janArb
janArb
I don't know who and why else uses Lilith, but my usecase and I believe that's where users hear of Lilith is Logback SocketAppender. So if you could at least...
> > > uninstalled and went back to 4.2.7120.40854 that works fine That older version doesn't work for me, too.
@mgth : Do you need more information to understand the root cause of this issue? @Yeomans added the detail that it is still working for a new windows user for...
I patched this library with this merge request myself and can verify that under windows and linux all tests are passing successfully and the bugfix is solved successfully, too. Please...
@ecki It was not configurable before and latin is still the fallback if no encoding is defined. Why should this bugfix here solve more features? I think an encoding configuration...
Just realized that even after the patch for reading UTF8 the writing of IPTC tags is also still limited to Latin (https://github.com/apache/commons-imaging/blob/2752dd7f613fca3fcb799d9f8fbdefa7793d4748/src/main/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcParser.java#L489) in org.apache.commons.imaging.formats.jpeg.iptc.IptcParser#writeIPTCBlock ``` final byte[] recordData = element.value.getBytes("ISO-8859-1");...
Thanks for the pull request, saved my day under MacOS.
Hey, I would also argue this restore option should be the default and the current implementation should be the new optional way. Otherwise user ids would suite only the special...