SecureBlackbox 2020 iOS Edition

Questions / Feedback?

useUTF8 (property)

Enables UTF8 for all string content.

Syntax

@property (nonatomic,readwrite,assign,getter=useUTF8,setter=setUseUTF8:) BOOL useUTF8;
- (BOOL)useUTF8;
- (void)setUseUTF8:(BOOL)newUseUTF8;
public var useUTF8: Bool {
  get {...}
set {...} }

Default Value

FALSE

Remarks

If UseUTF8 is true, the class expects all downloaded filenames to be encoded in UTF-8. Set UseUTF8 to false if you connect to a server that does not support UTF8 (e.g., OpenSSH). In this case the file names will be interpreted in the default character set.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 iOS Edition - Version 20.0 [Build 8166]