Skip to content

[dialog] encoding issue #206

@germanattanasio

Description

@germanattanasio

Seems like at some point the text is being encoded differently.

String var = "Services ‐ United States";
profileMap.put(SEARCH_RESULTS_VAR, var);
ds.updateProfile(this.eds.getDIALOG_ID(), partner.getWdsIdNum(), profileMap);
conversation = ds.converse(conversation, SEARCH_RESPONSE);
final List<String> rawResponses = conversation.getResponse();
System.out.println(rawResponses.get(0)) 
// Services ��� United States

@mitchmason, how can we force the service to use UTF-8?

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions