Is there any efficient way to recognize the encoding of texts downloaded from the internet? I did a scraping of any site (see code below) and I can not find the correct encoding.
In the source code META tag the specification is "iso-8859-1" (...
I have a Windows Forms application that is consuming a WebService that returns an xml (string) with ISO-8859-1 enconding.
However, the answer comes with question marks (?) instead of accents.
How do I convert or read to ISO-8859-1, so that...
My page (Header of a table and a modal popup), in accented letters or characters of the Portuguese language, are coming illegibly. In the head of the page I have this statement:
<head>
<title><%=Application("app")%></title...
I'm having trouble discovering the encoding of a string.
The entry is:
São Paulo
The original reading of this content is not for me, because the text goes through a wrapper from Lua to Java.
On my side, I already tried the following "...
In order to be able to publish texts daily using any editor like notepad ++, for example, I would type the words with an accent and save them in the HTML file. I have been reading that UTF-8 it is necessary to put a code for the accents.
For e...
I need to use utf8_decode and utf8_encode from PHP, so I saw something about ISO-8859-1 string. What would that be?
I do not want to know how to use, at the moment, I just want to know the meaning of ISO-8859-1.
My goal is to create a converter from ISO-8859-1 to UTF-8 .
I already have the following code:
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.Input...
When you save a file to Atom , it always writes accents to UTF-8 .
Even the file being identified as ISO-8859-1 (there at the bottom).
Then I did the following test in the terminal:
Before opening the file:
file -I arquivo.php...
I would like to know if anyone knows how to use or know if they get cookies directly from the smartphone's webview ..
I know they are functions of a browser, but I am making an APP that it needs to temporarily or permanently save, until it is...
Hi, good afternoon, I'm with a doubt that I can not fix at all
the code is as follows ....
QTextStream stream( &file );
stream.setCodec("ISO 8859-1");
stream << "<p align=center><font size=4...