GREP and Metacharacters in the Indesign CS5 and CS5.5 Find

Total Page:16

File Type:pdf, Size:1020Kb

GREP and Metacharacters in the Indesign CS5 and CS5.5 Find GREP and Metacharacters in the Find/Change dialog box of InDesign CS5 & 5.5 Description Text GREP Quotation Marks Text GREP Beginning of Paragraph . ^ Found (Change Field) GREP Tab . ^t . \t Any Double Quotation Marks . “ . “ End of Paragraph . $ Found Text . $0 Forced Line Break . ^n . \n Any Single Quotation Marks . ‘ . ‘ Beginning of Story . .\A . Found 1 . $1 End of Paragraph . ^p . \r. Straight Double Quotation Marks “ . ^” . ~” End of Story . \Z Found 2 . $2 Symbols Text GREP Double Left Quotation Marks “ . ^{ . ~{ Repeat GREP Found 3 . $3 Bullet Character • . ^8 . .~8 Double Right Quotation Marks “ . ^} . ~} Zero or One Time . ? Found 4 . $4 Carat Character ^ . ^^ . \^ Straight Single Quotation Mark ‘ . ^’ . ~’ Zero or More Times . * Found 5 . $5 Backslash Character \ . \ . \\ Single Left Quotation Mark ‘ . ^[ . ~[ One or More Times . +. Found 6 . $6 Copyright Symbol © . ^2 . ~2 Single Right Quotation Mark ’ . ^] . ~] Zero or One Time (Shortest Match) . ?? Found 7 . $7 Ellipsis … . ^e . ~e Break Character Text GREP Zero or More Times (Shortest Match) . *? Found 8 . $8 Paragraph Symbol ¶ . ^7 . ~7 Standard Carriage Return . ^b. .~b One or More Times (Shortest Match) . +? Found 9 . $9 Registered Trademark Symbol ® . ^r . ~r Column Break . ^M . ~M Match GREP More undocumented GREP codes Section Symbol § . ^6 . .~6 Frame Break . ^R . .~R Marking Subexpression . () Letter . \p{letter} Trademark Symbol ™ . ^d. .~d Page Break . ^P . .~P Non-Marking Subexpression . (?:) Lowercase letter . \p{lowercase_letter} Open Parenthesis ( . ( . \( Odd Page Break . ^L . ~L Character Set . [] Uppercase letter . \p{uppercase_letter} Closed Parenthesis ) . ) . \) Even Page Break . ^E . ~E Or . .| Titlecase letter . \p{titlecase_letter} Open Brace Character { . { . \{ Discretionary Line Break . .^k . ~k Positive Lookbehind . (?<=) Spacing modifier letter . .\p{modifier_letter} Closed Brace Character } . } . \} Variable Text GREP Negative Lookbehind . (?<!) Non-case non-modifier letters . \p{letter_other} Open Bracket Character [ . [ . \[ Any Variable . ^v . ~v Positive Lookahead . (?=) Marks . \p{mark} Closed Bracket Character ] . ] . \] Running Header (Paragraph Style) . ^Y . ~Y Negative Lookahead . (?!) Diacritical and tone marks . \p{non_spacing_mark} Markers Text GREP Running Header (Character Style) . .^Z . ~Z Modifiers GREP Vowels SE Asian languages . \p{spacing_combining_mark}. Any Page Number . ^# . .~# Custom Text . ^u . .~u Case-Insensitive On . (?i) Circles, squares, keycaps . \p{enclosing_mark} Current Page Number . ^N . .~N Last Page Number . ^T . ~T Case-Insensitive Off . (?-i). Spaces, returns, 2028, 2029 . .\p{separator} Next Page Number . ^X . ~X Chapter Number . ^H . .~H Multiline On . (?m) All spaces except tab & return . \p{space_separator} Previous Page Number . ^V . ~V Creation Date . ^O . .~O Multiline Off . (?-m) Line separator character 2028 . \p{line_separator} Section Marker . ^x . ~x Modification Date . ^o . ~o Single-Line On . (?s) Paragraph separator 2029 . \p{paragraph_separator} Anchored Object Marker . .^a . ~a Output Date . ^D . .~D Single-Line Off . (?-s) Math and Wingdings . \p{symbol} Footnote Reference Marker . ^F . ~F File Name . ^1 . ~1 Ignore Whitespace On . (?w) Math symbols . \p{math_symbol}. Index Reference Marker . ^I . ~I Metadata Caption . ^J . ~J Ignore Whitespace Off . (?-w) Currency symbols . \p{currency_symbol} Hyphens and Dashes Text GREP Other Text GREP Posix GREP Modifier symbols . \p{modifier_symbol} Em Dash . .^_ . ~_ Right Indent Tab . ^y . ~y Any alphanumeric character . [[:alnum:]] Wingdings, dingbats . \p{other_symbol} En Dash . ^= . ~= Indent to Here . ^i . ~i Any alphabetic character . [[:alpha:]]. Numbers . \p{number} Discretionary Hyphen . ^- . ~- End Nested Style Here . .^h . .~h Only digits 0 to 9 . [[:digit:]] Digits 0 to 9 . \p{decimal_digit_number} Nonbreaking Hyphen . ^~ . ~~ Non-Joiner . ^j . ~j Any lowercase character a to z . [[:lower:]] Roman numerals . \p{letter_number} White Space Text GREP Clipboard Contents, Formatted . ~c Any punctuation and symbols . [[:punct:]] Other numbers . .\p{other_number} Em Space . ^m . ~m Clipboard Contents, Unformatted . ~C Any whitespace and break . [[:space:]] Punctuation . \p{punctuation} En Space . ^> . ~> Wildcards Text GREP Any uppercase character A to Z . [[:upper:]] Hyphens and dashes . \p{dash_punctuation} Flush Space . ^f . ~f Any Digit . ^9 . \d Any letter, number, and underscore . [[:word:]] Opening parentheses, braces . \p{open_punctuation} Hair Space . ^| . ~| Any Letter . ^$ . [\l\u] Any hexadecimal 0-9, a-f, and A-F . [[:xdigit:]] Closing parentheses, brackets . \p{close_punctuation} Nonbreaking Space . ^S . ~S Any Character . ^? . Any character of a certain glyph set . [[=a=]] Opening quotes . \p{initial_punctuation} Nonbreaking Space (Fixed Width) . ^s . ~s Any White Space . ^w . \s (such as a, à, á, â, ã, ä, å, A, À, Á, Â, Ã, Ä, Å) Closing quotes . \p{final_punctuation} Thin Space . .^< . ~< Any Word Character . \w Any blank character, ie space or tab . [[:blank:]] Underscore, 203F, 2040, 2054 . \p{connector_punctuation} Figure Space . ^/ . ~/ Any Lowercase Letter . \l Any control character . [[:cntrl:]] Other punctuation . \p{other_punctuation} Punctuation Space . ^. ~ . Any Uppercase Letter . \u Any visible character . [[:graph:]] Other . \p{other} Third Space . ^3 . ~3 Locations GREP Any visible characters and spaces . [[:print:]] Control characters . \p{control} Quarter Space . ^4 . .~4 Beginning of Word . \< Any character code greater than 255 . [[:unicode:]] Formatting character markers . \p{format} Sixth Space . ^% . ~% End of Word . \> (applies only to the wide character traits classes) E000–F8FF . \p{private_use} Word Boundary . \b Unassigned Unicode range . .\p{unassigned}. [email protected] | www.jetsetcom.net | [email protected] | www.trainingonsite.com GREP and InDesign CS5 some useful search examples to explore 1. Find ALL CAPS paragraphs 6. Find and delete soft return line breaks 12. Search for phone numbers to regularize 16. TitleCase applied except for small words Find: \u\u+(\ \?\r?)$. Find: \s?\n Find: \d?[- . ]? Find: :\s\l|[-\s]\l(?!(f|he|nd?|o|y|rom|or|ut)?\b) Change with formatting: paragraph style Change: with single spacebar space \(?(\d{3})\)?[- . ]?(\d{3})[- . ]?(\d{4}) Change: formatting to All Caps styling Note: When your untagged text has occasional paragraphs Note: Soft returns replaced by spacebar space Change: $1 .$2 .$3 Note: Search the selection . Leave the Change what field blank . typed in all caps, this script finds two or more uppercase Or Change: $1-$2-$3 or Change: ($1) $2-$3 This won’t work on all uppercase text! This also converts to letters followed by a period and a hard return . This is uppercase any word that follows a colon or a hyphen . enough to find such paragraphs and tag them . Step 2, run 7. Find quoted words and change to italic Note: This finds a sequence of 3, 3, and 4 digits . The ? symbol ChangeCaseofSelectedStyle .jsx, a script by Dave Saunders of Find: (~{)(\u*\l*\s* *\w*\d*)(~}). indicates that the element can exist zero or one time in the PDSAssoc .com . This converts case . string, so the code [- . ]? means that a hyphen, dot, or space 17. Undocumented negation in Wildcards Change: $2 and italic character style formatting may or may not exist between the digits . Replace can use Not documented in the Wildcards flyout is that the periods, parentheses, or hyphens, as you wish . 2. Find ALL CAPS words Note: This finds the quotes but leaves them out since it only uppercase version of the wildcards negates them . changes to found group 2; not 1 and 3 . Find: \<[A-Z]{2,}\> 13. Search for dates to format Note: Thus, \D finds everything that is not a digit; \U.
Recommended publications
  • Chapter 5 Formatting Pages: Basics Page Styles and Related Features Copyright
    Writer 6.0 Guide Chapter 5 Formatting Pages: Basics Page styles and related features Copyright This document is Copyright © 2018 by the LibreOffice Documentation Team. Contributors are listed below. You may distribute it and/or modify it under the terms of either the GNU General Public License (http://www.gnu.org/licenses/gpl.html), version 3 or later, or the Creative Commons Attribution License (http://creativecommons.org/licenses/by/4.0/), version 4.0 or later. All trademarks within this guide belong to their legitimate owners. Contributors Jean Hollis Weber Bruce Byfield Gillian Pollack Acknowledgments This chapter is updated from previous versions of the LibreOffice Writer Guide. Contributors to earlier versions are: Jean Hollis Weber John A Smith Ron Faile Jr. Jamie Eby This chapter is adapted from Chapter 4 of the OpenOffice.org 3.3 Writer Guide. The contributors to that chapter are: Agnes Belzunce Ken Byars Daniel Carrera Peter Hillier-Brook Lou Iorio Sigrid Kronenberger Peter Kupfer Ian Laurenson Iain Roberts Gary Schnabl Janet Swisher Jean Hollis Weber Claire Wood Michele Zarri Feedback Please direct any comments or suggestions about this document to the Documentation Team’s mailing list: [email protected] Note Everything you send to a mailing list, including your email address and any other personal information that is written in the message, is publicly archived and cannot be deleted. Publication date and software version Published July 2018. Based on LibreOffice 6.0. Note for macOS users Some keystrokes and menu items are different on macOS from those used in Windows and Linux. The table below gives some common substitutions for the instructions in this book.
    [Show full text]
  • Goldsmiths Research Online
    CORE Metadata, citation and similar papers at core.ac.uk Provided by Goldsmiths Research Online GOLDSMITHS Research Online Article (refereed) Mukhopadhyay, Bhaskar Dream kitsch – folk art, indigenous media and '9/11': The Work of Pat in the Era of Electronic Transmission Originally published in Journal of Material Culture Copyright Sage. The publisher's version is available at: http://mcu.sagepub.com/cgi/content/abstract/13/1/5 Please cite the publisher's version. You may cite this version as: Mukhopadhyay, Bhaskar, 2008. Dream kitsch – folk art, indigenous media and '9/11': The Work of Pat in the Era of Electronic Transmission. Journal of Material Culture, 13 (1). pp. 5-34. ISSN 1460-3586 [Article]: Goldsmiths Research Online. Available at: http://eprints.gold.ac.uk/2371/ This document is the author’s final manuscript version of the journal article, incorporating any revisions agreed during peer review. Some differences between this version and the publisher’s version remain. You are advised to consult the publisher’s version if you wish to cite from it. Copyright © and Moral Rights for the papers on this site are retained by the individual authors and/or other copyright owners. http://eprints-gro.goldsmiths.ac.uk Contact Goldsmiths Research Online at: [email protected] Dream kitsch – folk art, indigenous media and ‘9/11’: The work of pat in the era of electronic transmission Bhaskar Mukhopadhyay This article explores the process of transmission of the image(s) of 9/11 through an ethnographic/art-historical examination of Bengali (Indian) pat (traditional scroll painting) made by a community of rural Indian artisans with little or no exposure to mass-media.
    [Show full text]
  • Pageflex Character Entitiesa
    Pageflex Character EntitiesA A list of all special character entities recognized by Pageflex products n 1 Pageflex Character Entities The NuDoc composition engine inside Pageflex applications recognizes many special entities beginning with the “&” symbol and end with the “;” symbol. Each represents a particular Unicode character in XML content. For information on entity definitions, look up their Unicode identifiers in The Unicode Standard book. This appendix contains two tables: the first lists character entities by name, the second by Unicode identifier. Character Entities by Entity Name This section lists character entities by entity name. You must precede the entity name by “&” and follow it by “;” for NuDoc to recognize the name (e.g., “&aacute;”). Note: Space and break characters do not have visible entity symbols. The entity symbol column for these characters is purposely blank. Entity Entity Name Unicode Unicode Name Symbol aacute 0x00E1 á LATIN SMALL LETTER A WITH ACUTE Aacute 0x00C1 Á LATIN CAPITAL LETTER A WITH ACUTE acirc 0x00E2 â LATIN SMALL LETTER A WITH CIRCUMFLEX Acirc 0x00C2 Â LATIN CAPITAL LETTER A WITH CIRCUMFLEX acute 0x00B4 ´ ACUTE ACCENT aelig 0x00E6 æ LATIN SMALL LIGATURE AE AElig 0x00C6 Æ LATIN CAPITAL LIGATURE AE agrave 0x00E0 à LATIN SMALL LETTER A WITH GRAVE Agrave 0x00C0 À LATIN CAPITAL LETTER A WITH GRAVE ape 0x2248 ALMOST EQUAL TO aring 0x00E5 å LATIN SMALL LETTER A WITH RING ABOVE n 2 Entity Entity Name Unicode Unicode Name Symbol Aring 0x00C5 Å LATIN CAPITAL LETTER A WITH RING ABOVE atilde 0x00E3 ã LATIN SMALL LETTER A WITH TILDE Atilde 0x00C3 Ã LATIN CAPITAL LETTER A WITH TILDE auml 0x00E4 ä LATIN SMALL LETTER A WITH DIERESIS Auml 0x00C4 Ä LATIN CAPITAL LETTER A WITH DIERESIS bangbang 0x203C DOUBLE EXCLAMATION MARK br 0x2028 LINE SEPERATOR (I.E.
    [Show full text]
  • UEFI Shell Specification
    UEFI Shell Specification January 26, 2016 Revision 2.2 The material contained herein is not a license, either expressly or impliedly, to any intellectual property owned or controlled by any of the authors or developers of this material or to any contribution thereto. The material contained herein is provided on an "AS IS" basis and, to the maximum extent permitted by applicable law, this information is provided AS IS AND WITH ALL FAULTS, and the authors and developers of this material hereby disclaim all other warranties and conditions, either express, implied or statutory, including, but not limited to, any (if any) implied warranties, duties or conditions of merchantability, of fitness for a particular purpose, of accuracy or completeness of responses, of results, of workmanlike effort, of lack of viruses and of lack of negligence, all with regard to this material and any contribution thereto. Designers must not rely on the absence or characteristics of any features or instructions marked "reserved" or "undefined." The Unified EFI Forum, Inc. reserves any features or instructions so marked for future definition and shall have no responsibility whatsoever for conflicts or incompatibilities arising from future changes to them. ALSO, THERE IS NO WARRANTY OR CONDITION OF TITLE, QUIET ENJOYMENT, QUIET POSSESSION, CORRESPONDENCE TO DESCRIPTION OR NON-INFRINGEMENT WITH REGARD TO THE SPECIFICATION AND ANY CONTRIBUTION THERETO. IN NO EVENT WILL ANY AUTHOR OR DEVELOPER OF THIS MATERIAL OR ANY CONTRIBUTION THERETO BE LIABLE TO ANY OTHER PARTY FOR THE COST OF PROCURING SUBSTITUTE GOODS OR SERVICES, LOST PROFITS, LOSS OF USE, LOSS OF DATA, OR ANY INCIDENTAL, CONSEQUENTIAL, DIRECT, INDIRECT, OR SPECIAL DAMAGES WHETHER UNDER CONTRACT, TORT, WARRANTY, OR OTHERWISE, ARISING IN ANY WAY OUT OF THIS OR ANY OTHER AGREEMENT RELATING TO THIS DOCUMENT, WHETHER OR NOT SUCH PARTY HAD ADVANCE NOTICE OF THE POSSIBILITY OF SUCH DAMAGES.
    [Show full text]
  • Type & Typography
    Type & Typography by Walton Mendelson 2017 One-Off Press Copyright © 2009-2017 Walton Mendelson All rights reserved. [email protected] All images in this book are copyrighted by their respective authors. PhotoShop, Illustrator, and Acrobat are registered trademarks of Adobe. CreateSpace is a registered trademark of Amazon. All trademarks, these and any others mentioned in the text are the property of their respective owners. This book and One- Off Press are independent of any product, vendor, company, or person mentioned in this book. No product, company, or person mentioned or quoted in this book has in any way, either explicitly or implicitly endorsed, authorized or sponsored this book. The opinions expressed are the author’s. Type & Typography Type is the lifeblood of books. While there is no reason that you can’t format your book without any knowledge of type, typography—the art, craft, and technique of composing and printing with type—lets you transform your manuscript into a professional looking book. As with writing, every book has its own issues that you have to discover as you design and format it. These pages cannot answer every question, but they can show you how to assess the problems and understand the tools you have to get things right. “Typography is what language looks like,” Ellen Lupton. Homage to Hermann Zapf 3 4 Type and Typography Type styles and Letter Spacing: The parts of a glyph have names, the most important distinctions are between serif/sans serif, and roman/italic. Normal letter spacing is subtly adjusted to avoid typographical problems, such as widows and rivers; open, touching, or expanded are most often used in display matter.
    [Show full text]
  • 1 Narrow No-Break Space TUS 12.0.0, Ch
    Proposal to synchronize the Core Specification For consideration by Unicode Technical Committee 2020-01-06 We should always say what we see. Marcel Schneider ([email protected]) Above all we should always —which is most difficult— see what we see. Charles Péguy This proposal adds to the response to Action item 161-A1 in that it aims at synchronizing the Core Specification with changes already effected in other parts of the Unicode Standard, notably UAX #14, or suggested in Proposal to make material changes to UAX #14 and Proposal to make focused changes to the Code Charts text, submitted simultaneously. By coincidence, this proposal is also part of Unicode 13.0 beta feedback. 1 Narrow No-Break Space TUS 12.0.0, ch. 6, 6.2 General Punctuation, Space Characters, p. 265 Change from: Narrow No-Break Space. U+202F NARROW NO-BREAK SPACE (NNBSP) is a narrow version of U+00A0 NO- BREAK SPACE. The NNBSP can be used to represent the narrow space occurring around punctuation characters in French typography, which is called an “espace fine insécable.” It is used especially in Mongolian text, before certain grammatical suffixes, to provide a small gap that not only prevents word breaking and line breaking, but also triggers special shaping for those suffixes. See “Narrow No-Break Space” in Section 13.5, Mongolian, for more information. Change to: Narrow No-Break Space. U+202F NARROW NO-BREAK SPACE (NNBSP) is a narrow best thought of as a non- breaking version of U+00A0 NO-BREAK SPACE U+2009 THIN SPACE. The NNBSP can be used as a numeric group separator in numerous scripts and to represent the narrow space occurring around next to certain punctuation characters in French typography text, which where it is currently called an “espace fine (insécable).” [literally “(no-break) thin space” (supposed to be always non-breaking)].
    [Show full text]
  • XML Professional Publisher: Fonts
    XML Professional Publisher: Fonts for use with XPP 9.4 January 2020 Notice © SDL Group 1999, 2003-2005, 2009, 2012-2020. All rights reserved. Printed in U.S.A. SDL Group has prepared this document for use by its personnel, licensees, and customers. The information contained herein is the property of SDL and shall not, in whole or in part, be reproduced, translated, or converted to any electronic or machine-readable form without prior written approval from SDL. Printed copies are also covered by this notice and subject to any applicable confidentiality agreements. The information contained in this document does not constitute a warranty of performance. Further, SDL reserves the right to revise this document and to make changes from time to time in the content thereof. SDL assumes no liability for losses incurred as a result of out-of-date or incorrect information contained in this document. Trademark Notice See the Trademark file at http://docs.sdl.com for trademark information. U.S. Government Restricted Rights Legend Use, duplication or disclosure by the government is subject to restrictions as set forth in subparagraph (c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 or other similar regulations of other governmental agencies, which designate software and documentation as proprietary. Contractor or manufacturer is SDL Group, 201 Edgewater Drive, Wakefield, MA 01880-6216. ii Contents Part I Installing Fonts Chapter 1 Installing Fonts Understanding the Installation Process ....................... 1-2 Obtain the Proper Fonts ................................. 1-2 Type 1 Fonts ......................................... 1-2 CID Fonts ............................................ 1-3 OpenType/PostScript Fonts ...........................
    [Show full text]
  • Mountbatten Pro User Guide
    User Guide Mountbatten Pro Revision 2 © Harpo Sp. z o. o. ul. 27 Grudnia 7, 61-737 Poznań, Poland www.mountbattenbrailler.com Thank you for purchasing a Mountbatten Pro. Since 1990, the Mountbatten range of Braille Writers has been offering expanded Braille writing opportunities to people all around the world. Mountbatten Braille Writers are in use in countries all over the world, bringing and supporting Braille literacy in many languages. To get the most from your new MB Pro, please read the first section, Welcome, and follow it with the second section, Exploring the MB Pro. After that, you can skip to the sections you want to read first, because you will have the most important basic information. News, resources, regular updates to this User Guide and a range of support material can be obtained from the Mountbatten website: www.mountbattenbrailler.com This device complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions: (1) this device may not cause harmful interference, and (2) this device must accept any interference received, including interference that may cause undesired operation. Contents Welcome................................................................................................................................................................ 1 Reading your User Guide.................................................................................................................................. 1 Very Important!.................................................................................................................................................
    [Show full text]
  • Introduction
    Proposal to make material changes to UAX #14 For consideration by Unicode Technical Committee 2020-01-06 We should always say what we see. Marcel Schneider ([email protected]) Above all we should always —which is most difficult— see what we see. Charles Péguy Introduction Submitted in response to action item 161‑A1, this proposal is derived from L2/19-317 Proposal to update some statements about space characters in Unicode Standard Annex #14: Unicode Line Breaking Algorithm, where I indistinctly suggested both material and editorial changes in a single move, not noticing that the latter are usually grouped in an extra section, and downplaying the former in the process. This paper focuses on material changes only. Formal edits are suggested alongside but separately in Proposal suggesting formal edits to UAX #14 (short {Formal}). Another issue with L2/19-317 was that material suggestions were partly based on assumptions made about Mongolian. For this new proposal by contrast, I do not make any such assumptions. By coincidence, this proposal is also part of Unicode 13.0 beta feedback. High priority UAX #14 still maintaining that FIGURE SPACE is preferred as a group separator in numbers may seem to interfere with CLDR, but in the first place it contradicts both the Unicode Standard (see Background section in Proposal to synchronize the Core Specification) and the SI standard (BIPM) specifying that numbers be grouped using a (no-break) thin space (see L2/19-112). Rather than working, the outdated UAX #14 state of the art is going unnoticed, perhaps because neither standard is taken seriously enough.
    [Show full text]
  • Psftx-Opensuse-15.0/Lat2-Terminus16.Psfu Linux Console Font Codechart
    psftx-opensuse-15.0/Lat2-Terminus16.psfu Linux console font codechart Glyphs 0x00 to 0xFF 0 1 2 3 4 5 6 7 8 9 A B C D E F 0x0_ 0x1_ 0x2_ 0x3_ 0x4_ 0x5_ 0x6_ 0x7_ 0x8_ 0x9_ 0xA_ 0xB_ 0xC_ 0xD_ 0xE_ 0xF_ Page 1 Font information 0x14 U+2264 LESS-THAN OR EQUAL TO Filename: psftx-opensuse-15.0/Lat2-Terminus 0x15 U+2518 BOX DRAWINGS LIGHT UP 16.psfu AND LEFT PSF version: 2 0x16 U+00B1 PLUS-MINUS SIGN Glyph size: 8 × 16 pixels Glyph count: 256 0x17 U+2524 BOX DRAWINGS LIGHT Unicode font: Yes (mapping table present) VERTICAL AND LEFT 0x18 U+2510 BOX DRAWINGS LIGHT Unicode mappings DOWN AND LEFT 0x00 U+2592 MEDIUM SHADE 0x19 U+2502 BOX DRAWINGS LIGHT VERTICAL 0x01 U+00A9 COPYRIGHT SIGN 0x1A U+00A4 CURRENCY SIGN 0x02 U+00AE REGISTERED SIGN 0x1B U+00A6 BROKEN BAR 0x03 U+0104 LATIN CAPITAL LETTER A WITH OGONEK 0x1C U+00A7 SECTION SIGN 0x04 U+0105 LATIN SMALL LETTER A 0x1D U+00A8 DIAERESIS WITH OGONEK 0x1E U+00AB LEFT-POINTING DOUBLE 0x05 U+0111 LATIN SMALL LETTER D ANGLE QUOTATION MARK, WITH STROKE U+226A MUCH LESS-THAN 0x06 U+0118 LATIN CAPITAL LETTER E 0x1F U+00AC NOT SIGN WITH OGONEK 0x20 U+0020 SPACE, 0x07 U+02DB OGONEK U+00A0 NO-BREAK SPACE, 0x08 U+2122 TRADE MARK SIGN U+2000 EN QUAD, U+2001 EM QUAD, 0x09 U+00A3 POUND SIGN U+2002 EN SPACE, U+2003 EM SPACE, 0x0A U+2193 DOWNWARDS ARROW, U+2004 THREE-PER-EM SPACE, U+25BC BLACK DOWN-POINTING U+2005 FOUR-PER-EM SPACE, TRIANGLE U+2006 SIX-PER-EM SPACE, 0x0B U+2190 LEFTWARDS ARROW, U+2007 FIGURE SPACE, U+25C0 BLACK LEFT-POINTING U+2008 PUNCTUATION SPACE, TRIANGLE U+2009 THIN SPACE, U+200A HAIR SPACE,
    [Show full text]
  • Chapter 6, Writing Systems and Punctuation
    The Unicode® Standard Version 13.0 – Core Specification To learn about the latest version of the Unicode Standard, see http://www.unicode.org/versions/latest/. Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and the publisher was aware of a trade- mark claim, the designations have been printed with initial capital letters or in all capitals. Unicode and the Unicode Logo are registered trademarks of Unicode, Inc., in the United States and other countries. The authors and publisher have taken care in the preparation of this specification, but make no expressed or implied warranty of any kind and assume no responsibility for errors or omissions. No liability is assumed for incidental or consequential damages in connection with or arising out of the use of the information or programs contained herein. The Unicode Character Database and other files are provided as-is by Unicode, Inc. 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. © 2020 Unicode, Inc. All rights reserved. This publication is protected by copyright, and permission must be obtained from the publisher prior to any prohibited reproduction. For information regarding permissions, inquire at http://www.unicode.org/reporting.html. For information about the Unicode terms of use, please see http://www.unicode.org/copyright.html. The Unicode Standard / the Unicode Consortium; edited by the Unicode Consortium. — Version 13.0. Includes index. ISBN 978-1-936213-26-9 (http://www.unicode.org/versions/Unicode13.0.0/) 1.
    [Show full text]
  • The Vim Tutorial and Reference the Vim Tutorial and Reference by Steve Oualline
    The Vim Tutorial and Reference The Vim Tutorial and Reference By Steve Oualline vim-1.0.odt (28. Sep. 2007) The Vim Book Page 1 The Vim Tutorial and Reference Table of Contents Introduction..............................................................................................26 Chapter 1:Basic Editing............................................................................28 Chapter 2:Editing a Little Faster..............................................................42 Chapter 3:Searching.................................................................................59 Chapter 4:Text Blocks and Multiple Files.................................................69 Chapter 5:Windows and Tabs....................................................................83 Chapter 6:Basic Visual Mode....................................................................99 Chapter 7:Commands for Programmers.................................................111 Chapter 8:Basic Abbreviations, Keyboard Mapping, and Initialization Files.........................................................................................................148 Chapter 9:Basic Command-Mode Commands.........................................159 Chapter 10:Basic GUI Usage...................................................................168 Chapter 11:Dealing with Text Files.........................................................175 Chapter 12:Automatic Completion.........................................................192 Chapter 13:Autocommands.....................................................................202
    [Show full text]