[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] FileAttributesPlugin 1.3.3: Add path encoding / decoding (#277)

akgrant43 notifications at github.com
Sun Aug 12 21:11:49 UTC 2018


MacOS uses custom decomposed UTF8 encoded strings for path names (while precomposed Unicode strings are typically used within the image).  Encode and decode path names using the existing VM routines (ux2sqPath() and sq2uxPath()).
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/277

-- Commit Summary --

  * FileAttributesPlugin 1.3.3: Add path encoding / decoding
  * FileAttributesPlugin 1.3.3: regenerate sources

-- File Changes --

    M src/plugins/FileAttributesPlugin/FileAttributesPlugin.c (225)

-- Patch Links --

https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/277.patch
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/277.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/277
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20180812/12b66b1a/attachment.html>


More information about the Vm-dev mailing list