Skip to content

CodesetsConvertStr with dest CS_MIBENUM_UTF_16LE creates bigendian text #3

@rzookol

Description

@rzookol

case CS_MIBENUM_UTF_16:
case CS_MIBENUM_UTF_16BE:
case CS_MIBENUM_UTF_16LE: <- ?????
// not entirely correct, but better than nothing
case CS_MIBENUM_ISO_10646_UCS_2:
res = CodesetsBase->utf16Codeset;
break;

this code can't work correctly

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions