SecureBlackbox 2020 iOS Edition

Questions / Feedback?

useUTF8 (property)

Specifies whether UTF8 conversion is to be used when parsing file names.

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

This property specifies whether UTF8 conversion of filenames is used by the server. It is set automatically according to protocol flow, but user could also set it to the desired value.

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