You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (Jira)" <ji...@apache.org> on 2022/12/01 13:56:00 UTC

[jira] [Commented] (TIKA-3940) FileSystemPipesIterator failing on linux when LC_CTYPE != UTF8

    [ https://issues.apache.org/jira/browse/TIKA-3940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17641933#comment-17641933 ] 

Tim Allison commented on TIKA-3940:
-----------------------------------

Current idea is to set LC_ALL=C.UTF-8 in env in ProcessBuilder on Linux OS?

> FileSystemPipesIterator failing on linux when LC_CTYPE != UTF8
> --------------------------------------------------------------
>
>                 Key: TIKA-3940
>                 URL: https://issues.apache.org/jira/browse/TIKA-3940
>             Project: Tika
>          Issue Type: Task
>            Reporter: Tim Allison
>            Priority: Minor
>
> On Linux systems with LC_CTYPE set to C or something not UTF-8, the pipes iterator fails on filenames that include non-ASCII characters:
>  
> {noformat}
> java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: ??????????????????????????????.txt {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)