-
Notifications
You must be signed in to change notification settings - Fork 529
Closed
Milestone
Description
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
Assignees
Labels
No labels