Skip to content

Handle format issues of qchar encoding #6

@pacu

Description

@pacu

qchar encoding returns an optional string which introduces some API friction given it's unlikely to fail.

See Render.swift

static func parameter(label: String, index: UInt?) -> String {
        // TODO: Handle format issues of qchar encoding
        parameter(label: ParamName.label.rawValue, value: label, index: index) ?? ""
 }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions