bazaarvoice / jolt

JSON to JSON transformation library written in Java.
Apache License 2.0
1.53k stars 328 forks source link

Can't transform with specific value #1223

Open buinhatminh7899 opened 8 months ago

buinhatminh7899 commented 8 months ago

I have the input with the symbol of Japanese like below: "v": "Rチ600"

when I use JOLT to transform, the result will return like: "v" : "R?600" or "v": "R�600"

note: Just using operation: Shift I use JOLT version 0.1.5