[swift-users] print() behavior difference, working as designed.

Dru Satori dru at druware.com
Thu Dec 17 11:18:51 CST 2015


Some of the Foundation classes. NSData is tagged as ‘mostly implemented’




On 12/17/15, 12:17 PM, "swift-users-bounces at swift.org on behalf of @lbutlr via swift-users" <swift-users-bounces at swift.org on behalf of swift-users at swift.org> wrote:

>Are the NS classes ported to Linux?
>
>-- 
>This is my signature. There are many like it, but this one is mine.
>
>> On Dec 17, 2015, at 08:27, Dru Satori via swift-users <swift-users at swift.org> wrote:
>> 
>> let data : NSData = NSData.init(bytes:value, length:len)
>>      let s : String = String.init(data:data,
>>          encoding:NSMacOSRomanStringEncoding)!
>>      print("Value: \(s)")
>> 
>> 
>_______________________________________________
>swift-users mailing list
>swift-users at swift.org
>https://lists.swift.org/mailman/listinfo/swift-users


More information about the swift-users mailing list