Skip to content

encoding support for preview text attachment #91336

@myonlylonely

Description

@myonlylonely

Problem Statement

We have send some text/plain log files via envelope API.
But some log files are not UTF8 encodings. Some of them are generated on Windows, with the default encoding of GBK. And some are UTF16LE. Since we cannot control the encodings, as they are generated by 3rd programs. We do not want to convert them before sending, as they are big, and some of them require other tools to read (which is depending on the specific encoding).

Solution Brainstorm

It would be nice if we could support preview text files in different encodings.
I think we could let user choice the encodings in the browser, or we could add a field to specify encoding for text/plain in the sending API.

Product Area

Unknown

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions