Git Product home page Git Product logo

d3coder's Introduction

Hello! 👋

  • 💡 I have an idea for a metric time clock app. I'm trying to find spare time to work on it.

d3coder's People

Contributors

izzy avatar mkzero avatar paradoxis avatar

Watchers

 avatar  avatar  avatar

d3coder's Issues

problem decoding quoted-printable

I submitted the following in an issue in the upstream repo:

It works in a lot of cases, but I've just noticed while working with quoted-printable text that it doesn't do that very well. For example, the string "=E2=80=94" should decode to "—", but this extension shows "â��". Also, "=E2=80=99" should decode to "’", but it gave "â��" again. This seems to be a problem with Unicode support.

It doesn't handle the "=" linebreaks correctly, either. The decoded text includes a lot of equal signs in them.

The quoted_printable_decode function is on line 689 of js/D3.js.

The linebreak problem can probably be solved by stripping whitespace from the end of the strings, or altering the regex to ignore whitespace between "=" and the end of the line.

The Unicode problem is probably just a matter of handling the decoded characters correctly.

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.