I have a groovy line like this:
String test = """ abc{ der} token: "\330\272%\006\272W\264\000T\226\022[\310\2207#fs\032q" """;
However, groovy is printed as "ΓΒΊ% ΒΊW". How can I do this for printing exactly the same as in the line above. I do not want to hide \.
Thanks,
source share