Questions tagged as 'character-encoding'

1
answer

problem with R enconding

I've been asked to do text analysis and am having trouble with encoding, does anyone know how I can translate these strings directly? Example of how the file is appearing: vocês dizerem que não!!! Até quando Another example: â¤ï¸(.....
asked by 08.12.2017 / 16:06
3
answers

Problem with special character "ç" in javascript

I have a switch case to check the month and I had to add a hexcode for the month of March not to have problem with the character "ç". The March string was going like this: Mar o One of the ways to solve the problem would be to put the tag...
asked by 10.11.2017 / 10:46
1
answer

Mass file encoding conversion on linux

Hello, I need to do the file encoding conversion to utf-8 since the application will migrate from server. In this application I have files with several encodings in fact, some in utf-8, others in iso-8859-1 and still files in windows-1252....
asked by 22.09.2017 / 14:22
1
answer

PrintStream does not record accents

could you help me out on a question? My code is not passing accent to the text file, even passing the encoding. (I'm reading it in notepad) Scanner in = new Scanner(System.in); private String texto; public void escrever(){ try{...
asked by 24.02.2017 / 21:56
2
answers

Problem when running project - Special characters

Good afternoon, I migrated my project to Intellij IDEA and when I run a code that should print a string with accentuation, I have the return: "method". The classes display the accent correctly more when calling on the console they bugam. I've at...
asked by 28.07.2016 / 21:35
1
answer

Android Studio does not display correct English characters

My project is not displaying any Portuguese characters correctly. When I display a string as "no", it displays "no." The strange thing is that when I call the direct string of res/string.xml , it works correctly. Anyone have any idea wh...
asked by 21.05.2015 / 18:39
1
answer

My application does not save accented data correctly

I'm developing a web application with ExtJS 4 and PHP. I'm having trouble making INSERT in the database. For example, I registered the product "tea", but it saves "chu00e1". My entire database is in UTF-8, my PHP files are in UTF-8 header...
asked by 28.11.2014 / 12:52
1
answer

Problem with encoding in the folder of a file

I changed the computer today in the service and my codes stopped working, giving encoding error in the files folder: > setwd("I:/AGG/01. DIGEP/Relatórios Gerenciais/Edição/2018-08-17") > getwd() [1] "I:/AGG/01. DIGEP/Relatórios Gerenciai...
asked by 20.08.2018 / 22:55
0
answers

Response XML does not display accented characters

I'm wearing Jersey in a WEB application. In this application, I return an XML file to client requests (which are web-browsers). In order to ensure the display of accented characters, I wrote the Produces annotation as follows: @Produces("t...
asked by 26.08.2015 / 21:24
0
answers

Convert ASCII PostgreSQL Bank to UTF-8 in Java Ksoap

I have app Android that consumes from a webservice where the database is PostgreSQL and the ASCII type. When I try to print the string returned in the app it unconfigures the letter with accentuation, for example, Pulmão = Pulm?o ....
asked by 25.08.2015 / 22:21