SecureBlackbox 2020 iOS Edition

Questions / Feedback?

useUTF8 (property)

Enables or disables UTF8 file name conversions.

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

TRUE

Remarks

Use this property to enable and disable UTF8 file name conversion. The server typically adjusts to the right setting automatically, but you may use this property to enforce theneeded behaviour.

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