Re: [Gambas-user] Html UTF-8 ISO-8859-1

2016-08-31 Thread Gianluigi
OK, now I understand what was wrong, alphatrans included in url and the url would not open. I have to look more carefully at git. Thank you Regards Gianluigi 2016-08-30 19:42 GMT+02:00 Patrik Karlsson : > 2016-08-28 11:34 GMT+02:00 Gianluigi : > > >

Re: [Gambas-user] Html UTF-8 ISO-8859-1

2016-08-30 Thread PICCORO McKAY Lenz
u have a lot of great apps made in gambas and for gambas there! Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com 2016-08-30 13:42 GMT-04:00 Patrik Karlsson : > 2016-08-28 11:34 GMT+02:00 Gianluigi : > > > Hello Patrik, > > thanks for

Re: [Gambas-user] Html UTF-8 ISO-8859-1

2016-08-30 Thread Patrik Karlsson
2016-08-28 11:34 GMT+02:00 Gianluigi : > Hello Patrik, > thanks for the reply. > Unfortunately I have not understood how I can get your iconv frontend. > Regard > Gianluigi > > > If you dont use git you can download a zip with

Re: [Gambas-user] Html UTF-8 ISO-8859-1

2016-08-28 Thread Gianluigi
Hello Patrik, thanks for the reply. Unfortunately I have not understood how I can get your iconv frontend. Regard Gianluigi 2016-08-26 20:47 GMT+02:00 Patrik Karlsson : > 2016-08-23 20:41 GMT+02:00 Gianluigi : > > > Hi all, > > I need to make minor

Re: [Gambas-user] Html UTF-8 ISO-8859-1

2016-08-26 Thread Patrik Karlsson
2016-08-23 20:41 GMT+02:00 Gianluigi : > 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

Re: [Gambas-user] Html UTF-8 ISO-8859-1

2016-08-25 Thread Gianluigi
I do not know if it is semantically correct, but this solution seems to work . Regards Gianluigi 2016-08-24 22:17 GMT+02:00 Gianluigi : > Yes, I know the Button2 code posted last night is wrong, perhaps it would > be better so:  > > Dim s

Re: [Gambas-user] Html UTF-8 ISO-8859-1

2016-08-24 Thread Gianluigi
Yes, I know the Button2 code posted last night is wrong, perhaps it would be better so:  Dim s As String s = "/tmp" &/ $sPath File.Save(s, TextEditor1.Text) WebView1.Url = s - The wine was so fresh and good (Corvo, Sicilian

Re: [Gambas-user] Html UTF-8 ISO-8859-1

2016-08-23 Thread Fabien Bodard
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

[Gambas-user] Html UTF-8 ISO-8859-1

2016-08-23 Thread Gianluigi
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