Giter Club home page Giter Club logo

strings-cp932's Introduction

     STRINGS-CP932(1)          (2021-03-24)           STRINGS-CP932(1)

     NAME
          strings-cp932 - extract printable windows-31j/cp932 strings

     SYNOPSIS
          strings-cp932 [-t format] [file...]

     DESCRIPTION
          Strings-cp932 finds and prints strings containing printable
          Windows-31J-encoded characters in a file, default standard
          input. Printable characters are taken to be ASCII characters
          from blank through tilde (hexadecimal 20 through 7E),
          inclusive, and all other characters defined in the Windows-
          31J character set. If -t is passed, strings-cp932 prepends
          file offsets to found strings. The format argument passed to
          -t can be d for decimal offsets, x for hexadecimal offsets
          or o for octal offsets.

     BUGS
          -n is not supported for now; even 1-character strings are
          printed. You can pipe the output of strings-cp932 to awk
          'length($0)>n'  (or awk 'length($0)-length($1)-1>n' if
          you're using -t) where n is the desired minimum length if
          you want to filter out shorter strings.

     SEE ALSO
          https://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT
          - Windows-31J mapping table used by strings-cp932

strings-cp932's People

Contributors

tsudoko avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.