Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Support for ABI Encoding multibyte strings (Fixes Issue #1723) #1806

Merged
merged 3 commits into from
May 7, 2019

Conversation

hysz
Copy link
Contributor

@hysz hysz commented May 7, 2019

Description

This fixes Issue #1723: the ABI Encoder was encoding/decoding strings as ASCII rather than UTF-8. This PR includes updated code and test cases for multibyte strings.

Testing instructions

New tests were created to validate encoding and decoding of multibyte UTF-8 characters.

Types of changes

Checklist:

  • Prefix PR title with [WIP] if necessary.
  • Add tests to cover changes as needed.
  • Update documentation as needed.
  • Add new entries to the relevant CHANGELOG.jsons.

@hysz hysz requested a review from fabioberger May 7, 2019 19:00
@coveralls
Copy link

coveralls commented May 7, 2019

Coverage Status

Coverage remained the same at 84.745% when pulling 31190f9 on fix/abiEncoder/multibyteStrings into 222a151 on development.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants