Code Monkey home page Code Monkey logo

Comments (3)

wcerfgba avatar wcerfgba commented on June 27, 2024 1

@stpe Yes! The issue is this line: https://github.com/clearbit/clearbit-java/blob/master/src/main/java/com/clearbit/client/api/WebhookResponseParser.java#L76

The zero-argument version of String.getBytes uses the platform's default charset [1], which was 'US-ASCII' for us, which caused decode of payloads containing Unicode characters to fail. We fixed this by setting our LANG to en_US.UTF-8, which changed the JVM default charset to UTF-8.

Ideally this lib should be updated to specify the charset in the call to getBytes, but since the last commit was in 2018 and I never had a response to this issue, I assume Clearbit developers are not monitoring this repo. You could email [email protected] . :)

[1] https://docs.oracle.com/javase/8/docs/api/java/lang/String.html#getBytes--

from clearbit-java.

stpe avatar stpe commented on June 27, 2024

@wcerfgba Did you ever find a solution?

from clearbit-java.

harlow avatar harlow commented on June 27, 2024

@wcerfgba thanks or the follow up. Would be happy to get this fix merged in.

from clearbit-java.

Related Issues (15)

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.