pr0gramista / charset_converter

Flutter platform charset converter
BSD 3-Clause "New" or "Revised" License
33 stars 22 forks source link

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

Open glanium opened 10 months ago

glanium commented 10 months ago

Java has canEncode method in CharsetEncoder class,

Win32 has out lpUsedDefaultChar parameter in WideCharToMultiByte function.

I don't know about iOS.

thx.

BenderBlog commented 7 months ago

Pretty similar to this?

flutter_charset_detector for detecting text encoding.