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

akgrant43 notifications at github.com
Thu Aug 23 00:34:00 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()).

Linux provides ux2sqPath() and sq2uxPath() as part of vm.a.
OSX requires a plugin specific Makefile to access sqUnixCharConv.[ch]
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * 1.3.3: Add path encoding / decoding

-- File Changes --

    A platforms/iOS/plugins/FileAttributesPlugin/Makefile (10)
    M src/plugins/FileAttributesPlugin/FileAttributesPlugin.c (225)

-- Patch Links --

https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/280.patch
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/280.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/280
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20180822/30e1cc4a/attachment-0001.html>


More information about the Vm-dev mailing list