Skip to content
This repository has been archived by the owner on Jan 15, 2019. It is now read-only.

[dev.icinga.com #4193] UNICODE characters in JSON output discarded #1279

Closed
icinga-migration opened this issue May 16, 2013 · 3 comments
Closed

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/4193

Created by ch82 on 2013-05-16 09:42:39 +00:00

Assignee: ricardo
Status: Resolved (closed on 2013-05-22 07:42:57 +00:00)
Target Version: 1.9.1
Last Update: 2014-12-08 09:15:25 +00:00 (in Redmine)

Icinga Version: 1.9.0
OS Version: Any

Intoduced in issue #3541 commit e8b715a lines in
char *json_encode(char *input)

  • /* ignore control caracters */
  • } else if (input[i] < 32 || input[i] == 127) {
  • continue;

discard UNICODE (russian) text in JSON output.

Changesets

2013-05-17 19:26:04 +00:00 by ricardo 5a6ce3b

classic-ui: fixed UNICODE characters in JSON output from getting discarded #4193

function "json_encode" should handle unicode characters no properly

refs: #4193
@icinga-migration
Copy link
Author

Updated by ricardo on 2013-05-17 19:31:37 +00:00

  • Subject changed from UNICODE bug to UNICODE characters in JSON output discarded
  • Status changed from New to 7
  • Assigned to set to ricardo
  • Target Version set to 1.9.1

in current "fix/json-unicode-4193"

please test

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2013-05-22 07:42:58 +00:00

  • Status changed from 7 to Resolved
  • Done % changed from 0 to 100

@icinga-migration
Copy link
Author

Updated by mfriedrich on 2014-12-08 09:15:25 +00:00

  • Project changed from 19 to Core, Classic UI, IDOUtils
  • Category set to Classic UI
  • OS Version set to Any

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant