Giter Site home page Giter Site logo

Comments (4)

smitchelus avatar smitchelus commented on August 11, 2024

@bdbavis, could you provide more detail? Some examples of the calls you are making?

from engage-api-client.

bdbavis avatar bdbavis commented on August 11, 2024

@smitchelus
I'm using AddRecipientCommand() to add new contact to my DB on Silverpop,
One of the columns that i'm sending on my request is the name of the customer.
When the name contain Cyrillic letters like чийнбд it appears on DB as ?????.
I think that the problem is that the client API does not use UTF-8 when sending the request to Engage.

from engage-api-client.

smitchelus avatar smitchelus commented on August 11, 2024

@bdbavis, if you need to use an encoding other than your JVM's default encoding then you would need to wrap the API command in an EncodedApiCommand and specify the desired encoding in there.

For example:
ApiCommand command = commandFactory.createSaveMailingCommand(mailing);
EncodedApiCommand encodedCommand = new EncodedApiCommand(command, "UTF-8");

from engage-api-client.

bdbavis avatar bdbavis commented on August 11, 2024

@smitchelus
thanks... you helped me a lot :-)

from engage-api-client.

Related Issues (20)

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.