docs icon indicating copy to clipboard operation
docs copied to clipboard

Issue processing .txt files

Open techstack2022 opened this issue 3 years ago • 3 comments

Hi,

I imported few text files (.txt) and observed the following

#1 - Preview of .txt file is not working #2 - When clicked to view the .txt file, nothing is displaying except blank window (https://demo.teedy.io/api/file/27bfd019-5fb6-4133-90e2-727b1cb629fe/data?size=content) #3 - Number of matches found is not displayed while typing and it displayed only after hitting search

Thanks

techstack2022 avatar Mar 29 '22 18:03 techstack2022

@jdtimmerman This might be related to your recent contribution in MimeTypeUtil.java, would you have time to take a look? Thanks.

jendib avatar Mar 29 '22 18:03 jendib

Apparently there is 2 issues here:

  • An error caused by https://bugs.openjdk.java.net/browse/JDK-6986863 and fixed very recently in openjdk 11.0.16. I will upgrade Teedy when this version in packaged for Ubuntu
  • Your .txt files are not in UTF-8 encoding. Could you attach one of your files here? Thanks

jendib avatar Mar 29 '22 18:03 jendib

Waiting for openjdk 11.0.16 as Ubuntu package

jendib avatar Apr 17 '22 11:04 jendib

Upgraded to 11.0.18

jendib avatar Mar 12 '23 12:03 jendib