charset_converter icon indicating copy to clipboard operation
charset_converter copied to clipboard

Add method to test whether can convert without any exceptions and any replacements.

Open glanium opened this issue 1 year ago • 1 comments

Java has canEncode method in CharsetEncoder class,

Win32 has out lpUsedDefaultChar parameter in WideCharToMultiByte function.

I don't know about iOS.

thx.

glanium avatar Jan 09 '24 11:01 glanium

Pretty similar to this?

flutter_charset_detector for detecting text encoding.

BenderBlog avatar Apr 14 '24 08:04 BenderBlog