Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Enum ufbx.ufbx_unicode_error_handling

    Namespace: ufbxWrapper
    Assembly: ufbxWrapper.dll
    Syntax
    public enum ufbx.ufbx_unicode_error_handling

    Fields

    Name Description
    UFBX_UNICODE_ERROR_HANDLING_ABORT_LOADING

    Fail loading on encountering an Unicode error

    UFBX_UNICODE_ERROR_HANDLING_FORCE_32BIT
    UFBX_UNICODE_ERROR_HANDLING_QUESTION_MARK

    Replace errors with '?' U+3F "Question Mark"

    UFBX_UNICODE_ERROR_HANDLING_REMOVE

    Remove errors from the output

    UFBX_UNICODE_ERROR_HANDLING_REPLACEMENT_CHARACTER

    Replace errors with U+FFFD "Replacement Character"

    UFBX_UNICODE_ERROR_HANDLING_UNDERSCORE

    Replace errors with '_' U+5F "Low Line"

    UFBX_UNICODE_ERROR_HANDLING_UNSAFE_IGNORE

    Ignore and pass-through non-UTF-8 string data. Requires ufbx_load_opts.allow_unsafe. UNSAFE: Breaks API guarantee that ufbx_string is UTF-8 encoded.

    In this article
    Back to top Generated by DocFX