The Apple Personal Computer for Beginners 1982.Pdf

Total Page:16

File Type:pdf, Size:1020Kb

The Apple Personal Computer for Beginners 1982.Pdf The Apple Personal Computer for Beginners The Apple Personal Computer for Beginners Seamus Dunn and Valerie Morgan (New University of Ulster) Englewood Cliffs, New Jersey London New Delhi Singapore Sydney Tokyo Toronto Wellington / Library of Congress Cataloging in Publication Data Dunn, Seamus, 1939- The Apple personal computer for beginners. Bibliography: p. Includes index. 1. Apple computer. I. Morgan, Valerie, 1943- 11. Title. QA 76.8.A66D86 001.64 82-618 ISBN 0-13-039149-2 AACR2 ISBN 0-13-039131-X {pbk.} British Library Cataloging in Publication Data Dunn, Seamus The Apple personal computer for beginners. 1. Apple computer I. Title II. Morgan, Valerie 001.64'04 QA 76.8.A/ ISBN 0-13-039149-2 ISBN 0-13-039131-X Pbk c 1982 by Prentice-Hall International, Inc. All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording or otherwise, without the prior permis­ sion of Prentice-Hall International Inc. For permission within the United States contact Prentice-Hall, Inc., Englewood Cliffs, N.J. 07632. PRENTICE-HALL INTERNATIONAL, INC., London PRENTICE-HALL OF AUSTRALIA PTY. LTD., Sydney PRENTICE-HALL CANADA, INC., Toronto PRENTICE-HALL OF INDIA PRIVATE LIMITED, New Delhi PRENTICE-HALL OF JAPAN, INC., Tokyo PRENTICE-HALL OF SOUTHEAST ASIA PTE., LTD., Singapore PRENTICE-HALL, INC., Englewood Cliffs, New Jersey WHITEHALL BOOKS LIMITED, Wellington, New Zealand 109876543 Printed in the United States of America This book is dedicated to the memory of Vincent McGeown colleague and friend --~·:"' Contents Preface xiii I Beginning with Apple I Looking at Apple 1 Communication with Apple 3 First Word 5 Print with Words 7 Special Keys 8 Special Words IO More Communication 11 Strings 12 Problems 14 2 Programming 16 Using BASIC 16 Storing in Memory 17 Changing Line Numbers 18 Input 20 Screen Format 22 Screen Format with Strings 23 Input with a String 24 REM 25 Bytes of Memory 26 Variable Names 27 Problems 27 3 Program Presentation 29 Introduction 29 User Presentation 29 Purpose of Program 30 vii viii CONTENTS Stop 31 List 31 Clear Screen 31 Subroutines 32 Title 33 Reverse Field 33 Flashing Titles 34 Description 34 Spacing 3~ Instruction to User 3 7 Press Any Key 38 Explaining the Answers 39 / Problems 40 4 Disk Management 42 Introduction 42 Diskettes 42 Initializing a Diskette 42 Catalog 43 Program Saving 44 Program Recovery 45 Removing a File 46 Changing File Names 46 Data Saving 4 7 Subprogram 2 47 Subprogram 3 48 Subprogram 4 49 Data Recovery 49 Subprogram 5 49 Subprogram 6 so Program Organization so Subprogram 1 51 Final Points 53 Problems 54 S Graphics SS Introduction S5 Low Resolution 55 Drawing on the Screen S6 A White Screen S8 Colored Screens 59 A Face on the Screen 60 Screen Artist 61 HLIN and VLIN 63 Bar Graphs 64 Color Graph 66 High Resolution Graphics 66 HPLOT and TO 68 Drawing a Circle 69 Colored Circles 72 A Moving Shape 7 3 Problems 76 CONTENTS ix 6 Routines and Useful Information 77 Introduction 77 Left and Right Arrows 77 Screen Editing 78 Stage 1 79 Stage 2 79 The ESC Key 81 Insertion of Missing Words 81 Control Operations 82 Control and C 82 Control and S 83 Control and X 83 Control and G 83 Random Numbers 84 Delays 88 Numbers in Apple 89 Trace/Notrace 91 Problems 93 7 The Use of Machine Code 94 Introduction 94 The Screen RAM 95 Poke 95 Symbol Numbers 95 Screen Numbers 96 Lines and Movement 97 Symbol Listing 99 Screen Number Conversion 99 Random Pictures 100 Introduction to Peek 101 Introduction to Call 104 Music 104 Call and Music 104 Playing a Tune 106 A Machine Code Program 109 Translating machine code 109 An analysis of the program 111 The program in BASIC 113 Poke as a Switch 114 Screen borders 114 Problems 116 8 Strings 117 Introduction 11 7 Definition of Strings 11 7 The VAL Function 118 The LEFTS Function 121 The LEN Function 122 The RIGHTS Function 124 The MIDS Function 125 The CHRS Function 127 CHRS and Quotation Marks 130 x CONTENTS The ASC Function 130 The STRS Function 131 Ordering Strings 132 Problems 13 2 9 Formatting 134 TAB 134 HTAB and VTAB 137 SPC Function 139 Decimal Places 139 Aligning the Decimal Point 143 Extending Decimal Places 145 Using STRS 146 Problems 148 10 A Structured Program ISO Introduction 150 The Problem to be Programmed 151 The Structure 151 The Program 152 Problems 163 11 Apple in the Classroom 164 Introduction 164 Apple as a Games-player 165 Apple as a Calculator 165 Apple as a Teacher 166 Apple as a Manager 168 Apple as an Aid in Simulations 169 Apple for Learning Programming 171 Appendix A Apple Variations and Hardware 172 Introduction 172 Cards and Slots 172 Disk Drives 173 Booting DOS 173 Versions of DOS 174 ITT 2020 175 Bell and Howell 176 Lower-case Letters 176 Appendix B Tape Management 177 Introduction 177 Saving a Program 177 Loading a Program from Tape 178 Appendix C Apple Vocabulary 179 Introduction 179 Words 180 Symbols 192 CONTENTS ~ Appendix D Tables of Peek, Poke and CHRS Numbers 194 Table DI Keyboard Peek and Poke Numbers 194 Table 02 Peek and Poke Numbers 195 Table 03 Peek and Poke Screen Numbers 196 Table 04 CHR$ Numbers 197 Appendix E Other Languages and Software 198 Introduction 198 Integer BASIC 198 Special Integer BASIC Commands 199 Common Facilities 200 Applesoft Words not in Integer BASIC 202 Pascal 202 Why Pascal 202 Using Pascal 203 Pascal and BASIC 203 Other Languages 205 Software 205 Apendix F Base Sixteen Numbers 207 Introduction 207 Base Sixteen 207 Reference Tables 208 Appendix G Answers to Problems 211 Chapter I 211 Chapter 2 212 Chapter 3 214 Chapter 4 217 Chapter 5 220 Chapter 6 223 Chapter 7 224 Chapter 8 230 Chapter 9 235 Chapter 10 240 Appendix H Further Reading 2SO BASIC 250 Apple and General 251 Apple Associations and Journals 252 Index 2S3 Preface This book relies very heavily on learning by doing. It can be used most successfully if the reader is sitting in front of an Apple computer. At all stages it is necessary to test on the machine the ideas and suggestions proposed in the book. Many of the techniques will, in fact, only make sense when they have been typed in and tried. The book is intended for beginners, in the first instance. It is not necessary to have had any experience at all with computers, nor is it necessary to have a teacher available. Anyone who has bought an Apple, or who has access to one, can begin immediately. The pace is deliberately slow and careful, especially in the early chapters, and all the materials have been tried out by a number of beginners. We have not set out to write an introduction to programming or to the language BASIC. Any user of the book will certainly learn quite a lot of BASIC, incidentally; but in order to get the very best possible value from this work, we recommend that an introductory book on BASIC be used for reference purposes, and a list is provided in Appendix H. As well as this the Applesoft BASIC Programming Manual, produced by Apple Computers, is a useful supplementary book and we recommend all readers to use this book as well. There is a mistaken assumption in the minds of many that computers can be successfully used only by mathematicians. We wish to make it clear that, although those with a background in mathematics could learn a great deal about programming on Apple from this book, it was written with a very general readership in mind. In other words those who are worried about mathematics need not be afraid of this book. xiii xiv PREFACE The book is divided into 11 chapters each of which deals with a different Apple facility. New words and new ideas are always introduced with references to an example or series of examples which are meant to be tested at once on the computer. Ideally the book should be read from the beginning, and worked through sequentially since some thought has gone into the ordering of the various ideas. However, a reader with some experience who wished to find information about a specific problem would be able to read the relevant section as a unit in itself. We have written the book about the basic machine and about its general operation and have assumed that the user has a floppy disk system available for off-line storage. We have not referred to printers, or any other peripheral devices, except in appendices. Nor have we attempted to cover machine-code programing in any exhaustive way. We have, however, included a chapter which should make the basic necessities of machine-code programing available to the user. At the back there are reference tables of data showing sets of special numbers associated with Apple. The importance of these is carefully explained in the text. There are also a number of Appendices which list and describe a number of other Apple facilities, including hardware, software, various configurations, Integer BASIC and other languages. We hope that the book will also serve as a reference book for all Apple users, including experienced ones. The index is meant to be com­ prehensive so that anyone with a query about a particular Apple facility or routine ought to be able to find a suitable explanation or example. We would like to express our thanks to Alex Parke of the Industrial Unit at the New University of Ulster, and Brian Keating of C.E.M.
Recommended publications
  • The Unicode Cookbook for Linguists: Managing Writing Systems Using Orthography Profiles
    Zurich Open Repository and Archive University of Zurich Main Library Strickhofstrasse 39 CH-8057 Zurich www.zora.uzh.ch Year: 2017 The Unicode Cookbook for Linguists: Managing writing systems using orthography profiles Moran, Steven ; Cysouw, Michael DOI: https://doi.org/10.5281/zenodo.290662 Posted at the Zurich Open Repository and Archive, University of Zurich ZORA URL: https://doi.org/10.5167/uzh-135400 Monograph The following work is licensed under a Creative Commons: Attribution 4.0 International (CC BY 4.0) License. Originally published at: Moran, Steven; Cysouw, Michael (2017). The Unicode Cookbook for Linguists: Managing writing systems using orthography profiles. CERN Data Centre: Zenodo. DOI: https://doi.org/10.5281/zenodo.290662 The Unicode Cookbook for Linguists Managing writing systems using orthography profiles Steven Moran & Michael Cysouw Change dedication in localmetadata.tex Preface This text is meant as a practical guide for linguists, and programmers, whowork with data in multilingual computational environments. We introduce the basic concepts needed to understand how writing systems and character encodings function, and how they work together. The intersection of the Unicode Standard and the International Phonetic Al- phabet is often not met without frustration by users. Nevertheless, thetwo standards have provided language researchers with a consistent computational architecture needed to process, publish and analyze data from many different languages. We bring to light common, but not always transparent, pitfalls that researchers face when working with Unicode and IPA. Our research uses quantitative methods to compare languages and uncover and clarify their phylogenetic relations. However, the majority of lexical data available from the world’s languages is in author- or document-specific orthogra- phies.
    [Show full text]
  • Suitcase Fusion 8 Getting Started
    Copyright © 2014–2018 Celartem, Inc., doing business as Extensis. This document and the software described in it are copyrighted with all rights reserved. This document or the software described may not be copied, in whole or part, without the written consent of Extensis, except in the normal use of the software, or to make a backup copy of the software. This exception does not allow copies to be made for others. Licensed under U.S. patents issued and pending. Celartem, Extensis, LizardTech, MrSID, NetPublish, Portfolio, Portfolio Flow, Portfolio NetPublish, Portfolio Server, Suitcase Fusion, Type Server, TurboSync, TeamSync, and Universal Type Server are registered trademarks of Celartem, Inc. The Celartem logo, Extensis logos, LizardTech logos, Extensis Portfolio, Font Sense, Font Vault, FontLink, QuickComp, QuickFind, QuickMatch, QuickType, Suitcase, Suitcase Attaché, Universal Type, Universal Type Client, and Universal Type Core are trademarks of Celartem, Inc. Adobe, Acrobat, After Effects, Creative Cloud, Creative Suite, Illustrator, InCopy, InDesign, Photoshop, PostScript, Typekit and XMP are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. Apache Tika, Apache Tomcat and Tomcat are trademarks of the Apache Software Foundation. Apple, Bonjour, the Bonjour logo, Finder, iBooks, iPhone, Mac, the Mac logo, Mac OS, OS X, Safari, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries. macOS is a trademark of Apple Inc. App Store is a service mark of Apple Inc. IOS is a trademark or registered trademark of Cisco in the U.S. and other countries and is used under license. Elasticsearch is a trademark of Elasticsearch BV, registered in the U.S.
    [Show full text]
  • 13A04806 LINUX PROGRAMMING and SCRIPTING UNIT 4 TCL/ TK SCRIPTING:Tcl Fundamentals, String and Pattern Matching, Tcl Data Struct
    13A04806 LINUX PROGRAMMING AND SCRIPTING UNIT 4 TCL/ TK SCRIPTING:Tcl Fundamentals, String and Pattern Matching, Tcl Data Structures ,Control Flow Commands, Procedures and Scope , Evel, Working With UNIX, Reflection and Debugging, Script Libraries, Tk Fundamentals ,Tk by Examples, The Pack Geometry Manager, Binding Commands to X Events, Buttons and Menus, Simple Tk Widgets, Entry and Listbox Widgets Focus, Grabs and Dialogs 13A04806 LINUX PROGRAMMING AND SCRIPTING Tcl - Overview Tcl is shortened form of Tool Command Language. John Ousterhout of the University of California, Berkeley, designed it. It is a combination of a scripting language and its own interpreter that gets embedded to the application, we develop with it. Tcl was developed initially for Unix. It was then ported to Windows, DOS, OS/2, and Mac OSX. Tcl is much similar to other unix shell languages like Bourne Shell (Sh), the C Shell (csh), the Korn Shell (sh), and Perl. It aims at providing ability for programs to interact with other programs and also for acting as an embeddable interpreter. Even though, the original aim was to enable programs to interact, you can find full-fledged applications written in Tcl/Tk. Features of Tcl The features of Tcl are as follows − ∑ Reduced development time. ∑ Powerful and simple user interface kit with integration of TK. ∑ Write once, run anywhere. It runs on Windows, Mac OS X, and almost on every Unix platform. ∑ Quite easy to get started for experienced programmers; since, the language is so simple that they can learn Tcl in a few hours or days. ∑ You can easily extend existing applications with Tcl.
    [Show full text]
  • Washington Apple Pi Journal, July-August 2008
    July/August 2008 Volume 30, No. 4 Washington Apple Pi Cl) ..c +.l M -c m o r a A Journal for Macintosh Computer Users Day Sund:1y ER DISCUSSION lil!i;iiiiif;tifij;pfl~Q~o°4./i_~r{,J;'/i;;J~ Ll / - ·· . -±2-0449 luz bevern. ge or s· Topic A specinc week and day of the \~' eek I 2nd ~ J l Wednesday-- -------- Washington Apple Pi Meetings July 2008 General Meeting July 2 6, 9:30 a.m., Luther Jackson Middle School Little Apps I Love! This month's meeting is going to be chock-full of discoveries with several presenters sharing some of their favorite little apps (applications) or widgets with you. Also featured: genealogy on the Mac. Come, watch and learn! There are tens of thousands of really cool third-party programs available. Learn how to find them yourself, d iscover new ways to do neat things, enhance your computing productivity, or express your creativity in new ways.There is no doubt the Mac can help you be productive but it can be fun too! After exploring little apps, Dick Nugent, a long time Pi member, will guide us through doing family genealogy on the Mac. He will continue in the Genealogy SIG with a demonstration of the popular Mac genealogy software, Reunion. As we have for thirty years, we will start with our legendary Q & A session, followed by Pi business. Kitty's Coffee Break will reenergize everyone for the main presentations. We will close with a short Town Hall meeting where your questions or comments for the leadership will be taken.Then comes lunch! The afternoon is reserved for three Special Interest Group meetings.The Beginners SIG, the ilife SIG and the rejuvenated Genealogy SIG provide opportunity for more focused attention, so bring your questions and your projects to share with the others.
    [Show full text]
  • Macos Filename Homoglyphs Revisited Vx-Underground Collection // Xpn ​
    MacOS Filename Homoglyphs Revisited vx-underground collection //_xpn_ ​ Last year I posted a few tricks to help when targeting MacOS users, and included a technique ​ ​ ​ useful for spoofing file extensions with the aim of taking advantage of Finder's removal of the .app extension from certain filenames. A few weeks ago I was about to use this on an engagement and found that Apple had patched the tricks presented previously. While this was frustrating for me as an attacker, it did provide an opportunity to dig into the fix, understand just how filenames are now being sanitised by MacOS Catalina, and see if I could bypass this again. But before we start loading our disassembler, let's take a quick look at what the issue was previously. Delivering payloads to Mac users can be a difficult challenge. With the sandbox wrapping common target applications such as the Microsoft Office suite of tools, delivering a .docm isn't as simple as firing over some VBA and adding some convincing "trust this document please" message, as you'll quickly find yourself restricted to the sandbox. It was due to this that I wanted to find a way to deliver a payload, such as a .app file, and try and convince a user that this was a benign file type. In my previous post, I provided a screenshot of 3 files to demo this concept: Here, all 3 files were actually .app containers, however to avoid MacOS from revealing the .app extension, I used various homoglyphs within .docx. As long as the extension isn't identified as valid, MacOS will happily hide the .app extension, allowing us to change the icon and convince a user to open our application.
    [Show full text]
  • A. Introduction
    Date: Oct. 30, 2011 To: Unicode Technical Committee Subject: Emoji Variation Sequences From: Peter Edberg, with input from Asmus Freytag, Ned Holbrook, Yasuo Kida, Mark Davis, Kat Momoi, Murray Sargent, and Ken Lunde (though I don’t claim that they agree with this document or that it accurately represents their input). A. Introduction As part of encoding the emoji core set for Unicode 6.0, 114 emoji from that core set were mapped to (unified with) existing characters or character sequences from Unicode 5.2 or earlier. The associated document “Unified Emoji Reference” provides more detail on the representation across various systems of these 114 emoji. When these Unicode characters result from text created as emoji, such as e-mail or text messages generated on a Japanese cell phone or via an emoji input palette, users may expect them to be displayed in other contexts using an emoji style similar to the one used when they were created. Such an emoji style usually involves color display, and may sometimes involve other stylistic differences and/or animation. However, since these Unicode characters were in Unicode prior to the emoji additions — with some dating back to Unicode 1.1 — many systems have already supported such characters using a more traditional black-and-white glyph, and users who created documents with characters displayed this way expect them to remain displayed this way (even when interchanged display). For example: For U+2764 HEAVY BLACK HEART (in the Dingbats block) the Unicode charts (and Dingbats fonts) use the first of these glyphs while the other glyphs are used by Japanese cell phones and emoji fonts: These characters may be sent as part of SMS text messages and e-mail subjects where font information is not available, and a given character may be used with both an emoji style and a non-emoji style in the same document.
    [Show full text]
  • Apple Symbol Fonts: a Quick Survey
    Apple Symbol Fonts: A Quick Survey Karl Pentzlin ‐ 2011‐07‐15 In WG2 N4085 "Further proposed additions to ISO/IEC 10646 and comments to other proposals" (2011‐ 05‐25), the German NB had requested re WG2 N4022 "Proposal to add Wingdings and Webdings Symbols" besides other points: "Also, in doing this work, other fonts widespread on the computers of leading manufacturers (e.g. Apple) shall be included, thus avoiding the impression that Unicode or SC2/WG2 favor a single manufacturer." In this quick survey, the symbol fonts regularly delivered with computers manufactured by Apple are addressed. These are two fonts: 1. "Apple Symbols" The version examined here was retrieved 2010‐06‐06 from a MacBook. The original file contained no mapping to code points for any glyphs, but glyph names like "uni2440" indicated the intended Unicode points for the larger part of the glyphs. After discarding a large sequence of empty glyphs assigned by glyph names to PUA code points above U+10FC00, the font contains 4103 glyphs. These were remapped to the PUA code points U+E000...U+F006. The code charts below uses these code points (as said, these were not assigned in the original font). The listed character names are the original glyph names from the font, conversed to uppercase, and dots replaced by hyphens. All following characters were not included in the charts: – Characters which are mapped to an Unicode code point by the glyph name. – Characters contained in a sequence which obviously maps to a Unicode block. – Characters which are mirror images of an existing Unicode character which is bidi mirrored, and which are mapped to this character by a glyph name of the form "uniXXXX.mirror".
    [Show full text]
  • Complete Issue 25:0 As One
    TEX Users Group PREPRINTS for the 2004 Annual Meeting TEX Users Group Board of Directors These preprints for the 2004 annual meeting are Donald Knuth, Grand Wizard of TEX-arcana † ∗ published by the TEX Users Group. Karl Berry, President Kaja Christiansen∗, Vice President Periodical-class postage paid at Portland, OR, and ∗ Sam Rhoads , Treasurer additional mailing offices. Postmaster: Send address ∗ Susan DeMeritt , Secretary changes to T X Users Group, 1466 NW Naito E Barbara Beeton Parkway Suite 3141, Portland, OR 97209-2820, Jim Hefferon U.S.A. Ross Moore Memberships Arthur Ogawa 2004 dues for individual members are as follows: Gerree Pecht Ordinary members: $75. Steve Peter Students/Seniors: $45. Cheryl Ponchin The discounted rate of $45 is also available to Michael Sofka citizens of countries with modest economies, as Philip Taylor detailed on our web site. Raymond Goucher, Founding Executive Director † Membership in the TEX Users Group is for the Hermann Zapf, Wizard of Fonts † calendar year, and includes all issues of TUGboat ∗member of executive committee for the year in which membership begins or is †honorary renewed, as well as software distributions and other benefits. Individual membership is open only to Addresses Electronic Mail named individuals, and carries with it such rights General correspondence, (Internet) and responsibilities as voting in TUG elections. For payments, etc. General correspondence, membership information, visit the TUG web site: TEX Users Group membership, subscriptions: http://www.tug.org. P. O. Box 2311 [email protected] Portland, OR 97208-2311 Institutional Membership U.S.A. Submissions to TUGboat, Institutional Membership is a means of showing Delivery services, letters to the Editor: continuing interest in and support for both TEX parcels, visitors [email protected] and the TEX Users Group.
    [Show full text]
  • MAPS BIBLIOGRAPHY Previous
    publications keywords authors titles introduction MAPS BIBLIOGRAPHY previous Volumes 1–46, 1988–2015 next exit Publications publications Maps 1 1988 Maps 27 2002 Maps 2 1989 Maps 28 2002 keywords Maps 3 1989 Maps 29 2003 Maps 4 1990 Maps 30 2004 Maps 5 1990 Maps 31 2004 authors Maps 6 1991 Maps 32 2005 Maps 7 1991 Maps 33 2005 Maps 8 1992 Maps 34 2006 titles Maps 9 1992 Maps 35 2007 Maps 10 1993 Maps 36 2007 Maps 11 1993 Maps 37 2008 introduction Maps 12 1994 Maps 38 2009 Maps 13 1994 Maps 39 2009 Maps 14 1995 Maps 40 2010 Maps 15 1995 Maps 41 2010 Maps 15a 1995 Maps 42 2011 Maps 16 1996 Maps 43 2011 Maps 17 1996 Maps 44 2013 Maps 18 1997 Maps 45 2012 Maps 19 1997 Maps 46 2015 Maps 20 1998 Maps 21 1998 Maps 22 1999 Maps 23 1999 previous Maps 24 2000 Maps 25 2000 Maps 26 2001 next publications keywords authors titles help previous next search exit exit Maps 1 1988 publications Verslag TEX Listserver keywords TEXHaX T X publications information E authors titles introduction previous next publications keywords authors titles help previous next search exit exit Verslag TEX report members meeting Opening en Mededelingen; Introductie deelnemers; Brainstorming TEX aandachtsgebieden; Instellen werkgroe- pen voor de aandachtsgebieden; Formele zaken; Rondvraag; Sluiting. Gerard van Nes Maps 1 1988 p 1-10 126 kB publications keywords authors titles help previous next search exit view Listserver listserver TEX-NL Overzicht gebruikers listserver. Maps 1 1988 p 13-14 55 kB publications keywords authors titles help previous next search exit view TEXHaX TEXHaX mailing list listserver Information on subscribing to TEXHaX.
    [Show full text]
  • The Unicode Cookbook for Linguists
    The Unicode Cookbook for Linguists Managing writing systems using orthography profiles Steven Moran Michael Cysouw language Translation and Multilingual Natural science press Language Processing 10 Translation and Multilingual Natural Language Processing Editors: Oliver Czulo (Universität Leipzig), Silvia Hansen-Schirra (Johannes Gutenberg-Universität Mainz), Reinhard Rapp (Johannes Gutenberg-Universität Mainz) In this series: 1. Fantinuoli, Claudio & Federico Zanettin (eds.). New directions in corpus-based translation studies. 2. Hansen-Schirra, Silvia & Sambor Grucza (eds.). Eyetracking and Applied Linguistics. 3. Neumann, Stella, Oliver Čulo & Silvia Hansen-Schirra (eds.). Annotation, exploitation and evaluation of parallel corpora: TC3 I. 4. Czulo, Oliver & Silvia Hansen-Schirra (eds.). Crossroads between Contrastive Linguistics, Translation Studies and Machine Translation: TC3 II. 5. Rehm, Georg, Felix Sasaki, Daniel Stein & Andreas Witt (eds.). Language technologies for a multilingual Europe: TC3 III. 6. Menzel, Katrin, Ekaterina Lapshinova-Koltunski & Kerstin Anna Kunz (eds.). New perspectives on cohesion and coherence: Implications for translation. 7. Hansen-Schirra, Silvia, Oliver Czulo & Sascha Hofmann (eds). Empirical modelling of translation and interpreting. 8. Svoboda, Tomáš, Łucja Biel & Krzysztof Łoboda (eds.). Quality aspects in institutional translation. 9. Fox, Wendy. Can integrated titles improve the viewing experience? Investigating the impact of subtitling on the reception and enjoyment of film using eye tracking and questionnaire data. 10. Moran, Steven & Michael Cysouw. The Unicode cookbook for linguists: Managing writing systems using orthography profiles ISSN: 2364-8899 The Unicode Cookbook for Linguists Managing writing systems using orthography profiles Steven Moran Michael Cysouw language science press Steven Moran & Michael Cysouw. 2018. The Unicode Cookbook for Linguists: Managing writing systems using orthography profiles (Translation and Multilingual Natural Language Processing 10).
    [Show full text]
  • Macintosh OS X 10.6.4 - Hawaiian Font Support Fonts Highlighted in Light Green Contain All of Vowel-Macron Combinations and the ‘Okina in Its Preferred Location
    Macintosh OS X 10.6.4 - Hawaiian Font Support Fonts highlighted in light green contain all of vowel-macron combinations and the ‘okina in its preferred location. Those highlighted in yellow have all vowel-macron combinations but lack the ‘okina in its preferred location. All others have missing vowel-macron combinations. 02BB 0100 0101 0112 0113 012A 012B 014C 014D 016A 016B (ʻ) (Ā) (ā) (Ē) (ē) (Ī) (ī) (Ō) (ō) (Ū) (ū) .Helvetica LT MM no no no no no no no no no no no .Keyboard no no no no no no no no no no no .Times LT MM no no no no no no no no no no no Abadi MT Condensed Extra Bold no no no no no no no no no no no Abadi MT Condensed Light no no no no no no no no no no no Academy Engraved LET YES YES YES YES YES YES YES YES YES YES YES Al Bayan Bold no no no no no no no no no no no Al Bayan Plain no no no no no no no no no no no American Typewriter YES YES YES YES YES YES YES YES YES YES YES American Typewriter Bold YES YES YES YES YES YES YES YES YES YES YES American Typewriter Condensed YES YES YES YES YES YES YES YES YES YES YES American Typewriter Condensed Bold YES YES YES YES YES YES YES YES YES YES YES American Typewriter Condensed Light YES YES YES YES YES YES YES YES YES YES YES American Typewriter Light YES YES YES YES YES YES YES YES YES YES YES Andale Mono no YES YES YES YES YES YES YES YES YES YES Apple Braille no no no no no no no no no no no Apple Braille Outline 6 Dot no no no no no no no no no no no Apple Braille Outline 8 Dot no no no no no no no no no no no Apple Braille Pinpoint 6 Dot no no no no no no no no no no
    [Show full text]
  • Suitcase Fusion 7 Guide
    Copyright © 2014–2017 Celartem, Inc., doing business as Extensis. This document and the software described in it are copyrighted with all rights reserved. This document or the software described may not be copied, in whole or part, without the written consent of Extensis, except in the normal use of the software, or to make a backup copy of the software. This exception does not allow copies to be made for others. Licensed under U.S. patents issued and pending. Extensis is a registered trademark of Celartem, Inc. The Extensis logos, Extensis Portfolio, Font Sense, Font Vault, FontLink, QuickComp, QuickFind, QuickMatch, QuickType, Suitcase, Suitcase Attaché, TurboSync, Universal Type, Universal Type Client, and Universal Type Core are trademarks of Extensis. Portfolio Flow, Portfolio NetPublish, Suitcase Fusion, Type Server, and Universal Type Server are registered trademarks of Extensis. Celartem, Celartem, Inc., and the Celartem logo are trademarks of Celartem, Inc. Adobe, Acrobat, After Effects, Creative Cloud, Creative Suite, Illustrator, InCopy, InDesign, Photoshop, PostScript, Typekit and XMP are either registered trademarks or trademarks of Adobe Systems Incorporated in the United States and/or other countries. Apple, Bonjour, the Bonjour logo, Finder, iBooks, iPhone, Mac, the Mac logo, Mac OS, OS X, Safari, and TrueType are trademarks of Apple Inc., registered in the U.S. and other countries. macOS is a trademark of Apple Inc. App Store is a service mark of Apple Inc. IOS is a trademark or registered trademark of Cisco in the U.S. and other countries and is used under license. Microsoft, Excel, Internet Explorer, PowerPoint, SQL Server, and Windows are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries.
    [Show full text]