You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks Anton. I think this is caused by a bug in CodeModel 2.6 (specifically, in com.sun.codemodel.util.EncoderFactory#createEncoder) that causes the configured character encoding to be ignored. Since the default character encoding on Windows is 'Windows-1256', the unicode chars get escaped.
I'll make a tweak to org.jsonschema2pojo.integration.config.OutputEncodingIT to make sure that it fails on all platforms, even those where the default charset is UTF-8. We can then fix this bug quite easily by extending some of the CodeModel classes and overriding a couple of methods.
Two ExtendedCharacters test that fail are:
Failure message of the first one (excerpt):
It looks like a difference is some system properties, but I did not manage to figure it out yet.
The text was updated successfully, but these errors were encountered: