I have read something interresting about charset detecting.

Some work to benoit :

http://www-archive.mozilla.org/projects/intl/detectorsrc.html

https://github.com/mozilla/gecko-dev/tree/master/extensions/universalchardet/src/base


I think it is an interesting function to add to the the string class.
And it is compatible GPL.

2016-08-23 20:41 GMT+02:00 Gianluigi <bagone...@gmail.com>:
> Hi all,
> I need to make minor modifications to the source of existing html files.
> Unfortunately, some files are saved properly (UTF-8), while others do not
> (ISO-8859-1).
> I have tried in various ways, using Conv$() also combined with Html(),
> using the TextArea and TextEditor but I could not anything, any suggestions?
> I would avoid the use of the shell (eg. open the html file in gedit, etc.)
> I attach explanation test.
>
> Regards
> Gianluigi
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Gambas-user mailing list
> Gambas-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
Fabien Bodard

------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to