Skip to content

Consider UTF-8 as the default HTTP encoding #6005

@vlsi

Description

@vlsi

Use case

Sending unicode data should not corrupt it.

Possible solution

We might consider using UTF-8 by default instead of the current ISO_8859_1.

See

public static final String ENCODING = StandardCharsets.ISO_8859_1.name();

See

Possible workarounds

No response

JMeter Version

5.5

Java Version

No response

OS Version

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions