Skip to content

ISO-8859-7 specific characters are causing encoding to fail #7

@niktses

Description

@niktses

String encoding = "ISO-8859-7";
var encoded = await CharsetConverter.encode(encoding, line.text);

No matter the encoding used i get this error on ios.
Android works fine.

PlatformException(encoding_failed, Encoding failed, reason unknown, null, null)

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingiOS

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions