Use UTF-8 to format output 41/100441/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 7 Apr 2022 08:30:54 +0000 (10:30 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 7 Apr 2022 08:30:54 +0000 (10:30 +0200)
commit099bf0ff37492930999dafd92903d27bd383cbe2
tree013d12330d32561efb6ceac3993db73d71a7a36d
parent5e7f5cb9e5ccd2fa372d0f0aa303bd9be32ea7cf
Use UTF-8 to format output

jline seems to pick a different charset with JDK17, make sure we use
UTF-8.

Change-Id: Id8a2bf9fa22f67a8d387bf16c93af28fc474e9cc
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bgp/cli/src/main/java/org/opendaylight/protocol/bgp/cli/utils/GlobalStateCliUtils.java
bgp/cli/src/main/java/org/opendaylight/protocol/bgp/cli/utils/NeighborStateCliUtils.java
bgp/cli/src/main/java/org/opendaylight/protocol/bgp/cli/utils/PeerGroupStateCliUtils.java
pcep/topology/cli/src/main/java/org/opendaylight/protocol/pcep/cli/utils/PcepStateUtils.java