Unicode is supported in BucketFS file names.

Details

Detail name Value
Changelog Number 25548
Type Improvement
Status Resolved
Fix Versions C4 4.28.4, Exasol 2025.1.3, Exasol 2025.2.0
Resolution Date 2025-09-17

Background

BucketFS file names were limited to ASCII characters for the most part. Special characters outside that range may or may not have worked depending on the interface used to interact with BucketFS.

Improvement

BucketFS natively supports all Unicode characters. This includes latin-1 code points or emojis for example. The colon “:“ character is still not allowed though, as that is considered a special character within the implementation.