Class FileNameTranscoder

java.lang.Object
org.cryptomator.frontend.fuse.FileNameTranscoder

public class FileNameTranscoder extends Object
Class to transcode filenames and path components from one encoding to another.

Instances created with transcoder() default to fuse and nio UTF-8 encoding with NFC normalization. To change encoding and normalization, use the supplied "withXXX()" methods. If an encoding is not part of the UTF famlily, the normalization is ignored.