-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR5
-
None
While checking the examples for JBEAP-4529, I notice that CLI is unable to handle the ñ character, which is immediately substituted with o character.
reproduce
copy the following string - /system-property=test1:add(value=Año)
run the CLI, paste the String to the terminal and see the interpreted value
actual - 7.x
[disconnected /] /system-property=test1:add(value=Aoo)
expected - 6.4.0
[disconnected /] /system-property=test1:add(value=Año)
- is blocked by
-
JBEAP-7469 Update CLI to use aesh-readline 1.0
- Closed
- relates to
-
JBEAP-4529 Document extra cases for adding a value via CLI
- Closed