D21155: Truncate long filname before creating a link

Stefan BrĂ¼ns noreply at phabricator.kde.org
Tue May 14 15:14:50 BST 2019


bruns added a comment.


  This has several issues:
  
  - 255 is only a typical value, it can be more or less, see https://en.wikipedia.org/wiki/Comparison_of_file_systems#Limits
    - exFAT can store 255 UTF-16 characters
    - eCryptFS can only use ~140 bytes (remainder is used for mangling/prefix)
  - for most FS on Linux, 255 is in **bytes**, not characters

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D21155

To: chinmoyr, dfaure, ngraham
Cc: bruns, kde-frameworks-devel, michaelh, ngraham
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20190514/54f4898d/attachment.html>


More information about the Kde-frameworks-devel mailing list