commit | cc80294cc82a3b74984feb26701e8ae5761ea3bb | [log] [tgz] |
---|---|---|
author | Al Sutton <al@funkyandroid.com> | Fri Nov 21 15:56:59 2014 +0000 |
committer | Al Sutton <al@funkyandroid.com> | Fri Nov 21 15:56:59 2014 +0000 |
tree | 519a4327d6b2cdc382b75ba269b5389d311a2558 | |
parent | f43bdefa07f3f2001924a261e01a4a4653e1740c [diff] |
Remove explict use of ASCII encoding Replace the use of CFStringGetCString with kCFStringEncodingASCII specified with CFStringGetFileSystemRepresentation which will ensure the correct character encoding is used to conver the CFString into a NULL terminated char array suitable for use with POSIX APIs. Change-Id: Ibab1dc05c4f4db8604d329a493b4241992b8e69d