dropbox / dropbox-sdk-obj-c

Official Objective-C SDK for the Dropbox API v2.
MIT License
183 stars 117 forks source link

Optimize ascii encoding. #364

Closed yanks closed 1 year ago

yanks commented 1 year ago

It turns out this method is both a) an extremely unoptimized way to do what it is trying to do and b) possibly not accurate in addressing grapheme clusters. Delegate this functionality to Foundation instead.