GithubHelp home page GithubHelp logo

Comments (3)

Boldewyn avatar Boldewyn commented on May 25, 2024

You're right, there was an offset error for multibyte characters. Fixed in v1.1.1. Apart from that, it should work as advertized. E.g., the example from the README:

  echo -n 'ABCDEFGHIJKLMNOP' | unidump -n 4
        0    0041 0042 0043 0044    ABCD
        4    0045 0046 0047 0048    EFGH
        8    0049 004A 004B 004C    IJKL
       12    004D 004E 004F 0050    MNOP

The zero-based byte offset in the UTF-8 string is 0 before A, 4 before E etc. Did I inadvertently formulate that ambiguously in the usage message?

(By the way: I haven't forgotten the Unicode v10 update...)

from unidump.

mathiasbynens avatar mathiasbynens commented on May 25, 2024

I meant that β€œthe raw byte count of the first codepoint [sic]” makes it sound like it counts the byte length of the first code point on that row. Instead, it seems to display the index of the first code point on that row.

from unidump.

Boldewyn avatar Boldewyn commented on May 25, 2024

Good point, thanks! I'll rephrase it.

from unidump.

Related Issues (2)

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.