• AProfessional@lemmy.world
    link
    fedilink
    English
    arrow-up
    20
    ·
    edit-2
    9 months ago

    Linux APIs are 8bit, instead of 16bit, however the filesystem encoding can be anything if the user wants.

    In practice we all use UTF-8 but correct software has to encode to the correct one just in case.

    There is also still a max path length, but it’s longer like 4096.