sepinf-inc / IPED

IPED Digital Forensic Tool. It is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by private examiners.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weird line wraps when file names contain emojis

wladimirleite opened this issue · comments

I noticed some weird new line breaks in the results table when executing searches, and also in the processing UI, in WA chat names:

image

image

Originally posted by @lfcnassif in #2048 (comment)

As I replied, this is a JDK bug (https://bugs.openjdk.org/browse/JDK-8269854).
However, it would be nice if we can find a simple workaround, as the bug has been around for a while (since JDK 11) and it doesn't seem to be fixed in newer JDK versions.

I already found a way to avoid the line breaks in the analysis GUI tables, where it is more annoying.
Still need to find a way to prevent it in processing frame, but if not possible, I will submit a PR with the first workaround.