Open GnRSlash opened 3 years ago
I am interested in expanding support for other platforms, but I can't make any promises about the timeline.
I see that there are two C# ports of uchardet:
There is also a JavaScript detector that doesn't seem to derive from uchardet but nonetheless seems largely equivalent:
The remaining platform would be macOS, which could be covered by the same library as iOS.
So all of it looks doable, but again it's a matter of finding the time.
Of course PRs are welcome!
+1
I am interested in expanding support for other platforms, but I can't make any promises about the timeline.
I see that there are two C# ports of uchardet:
- https://www.nuget.org/packages/NChardet/ (apparently more popular)
- https://www.nuget.org/packages/NUniversalCharDet/
There is also a JavaScript detector that doesn't seem to derive from uchardet but nonetheless seems largely equivalent:
The remaining platform would be macOS, which could be covered by the same library as iOS.
So all of it looks doable, but again it's a matter of finding the time.
Of course PRs are welcome!
I have implement it on the web platform. Please review for me!
any news?
Web support has landed in v2.1.0. Thanks very much to @dab246!
macOS support has landed in v3.0.0.
Hi!
Do you have plans to write this plugin for flutter web and desktop (windows) ? Looking at your job, it seems to be very powerful against other ones at the internet. I need to open file that is encoded with Shift-JIS, and I didn
t find any plugin that works for desktop. For now, I
ll write my code using C#.NET but it will very exciting to have it in Flutter!Anyways... congratulations for your work! It appears to be very nice!