Questions tagged as 'iso-8859-1'

1
answer

How to recognize and change the encoding of Latin characters in R?

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" (...
asked by 01.05.2016 / 19:34
2
answers

C # - XML return from WebService with coding error (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...
asked by 01.12.2015 / 19:45
4
answers

Highlighted if illegible on page

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...
asked by 24.08.2015 / 20:56
1
answer

Java String byte array with negative numbers

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 "...
asked by 28.01.2016 / 21:12
1
answer

Can I use ANSI charset in HTML files?

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...
asked by 16.06.2014 / 17:11
2
answers

What is ISO-8859-1 string? [duplicate]

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.     
asked by 24.08.2017 / 18:31
1
answer

Convert ISO-8859-1 string to UTF-8 in java

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...
asked by 30.11.2016 / 13:23
2
answers

Atom does not save in correct encoding

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...
asked by 18.05.2017 / 17:58
1
answer

JavaScript Cookies on webview smartphones!

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...
asked by 22.07.2015 / 23:48
1
answer

Accents with QString in Qt 5.9 results in bizarre characters

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...
asked by 09.12.2017 / 18:15