HarmonyCore icon indicating copy to clipboard operation
HarmonyCore copied to clipboard

Test to ensure "accented" (8-bit) characters are handled correctly.

Open SteveIves opened this issue 4 years ago • 0 comments

We should do some testing to ensure that "accented" (8-bit) characters are preserved correctly in all scenarios by Harmony Core, including:

  • Local OData (Windows data, no xfServer)
    • GET, POST, PUT, and PATCH
  • Remote OData (Linux data, via xfServer)
    • GET, POST, PUT, and PATCH
  • Remote OData (Linux data, via OpenVMS)
    • GET, POST, PUT, and PATCH
  • Local Traditional Bridge
    • IN and OUT data, and RETURN value
  • Remote Traditional Bridge (Windows)
    • IN and OUT data, and RETURN value
  • Remote Traditional Bridge (Linux)
    • IN and OUT data, and RETURN value
  • Remote Traditional Bridge (OpenVMS)
    • IN and OUT data, and RETURN value

SteveIves avatar Oct 27 '20 16:10 SteveIves