Questions tagged as 'utf-8'

1
answer

Problems with static page encoding

I have an html file sent from a Node.js server that can be accessed here that is having problems with the accent . They were working normally, however, after a minor update, he had this problem. When I open it with localhost, it works, but...
asked by 07.06.2017 / 22:10
1
answer

How to fix charset="UTF-8" in application nodejs inside socket.io

I have a chat app and am working with nodejs and socket.io . But I'm having trouble coding names. The following name: Guilherme Loução is coming as: Guilherme Louçço . I already saved the file in UTF-8 format and it did not work....
asked by 07.06.2017 / 16:33
3
answers

Problem with accent when saving text to the database

Good morning guys, I have the following problem. My system makes changes to a table in the database, if the content is inserted directly by script in postgres, accenting works normally, but when updating the text by the system, the accent does n...
asked by 27.04.2017 / 15:15
1
answer

Problems with accentuation - Python

Hello, I have problems with accentuation in Python. In the code I put this: # - - coding: UTF-8 - - But the accents are not recognized in cmd. Follow the print for better understanding. Thanks in advance!     
asked by 20.11.2016 / 01:09
0
answers

Change srt file encoding from ansi to utf-8

I can not change the srt file from ansi to utf-8. I go in "save as" notepad, I change the type to utf-8, but when I go back there it continues on ansi. How do I?     
asked by 02.12.2018 / 02:15
0
answers

Accentuation problem when doing mysql Dump in C # (latin1 and utf8)

I made a program in C # that does dump in mysql, it's very nice, it selects the database and dumps it alone, making an sql file on my computer, and I just need to move up the bank later where I want it. BUT I'm having a problem uploading the b...
asked by 16.10.2018 / 14:53
0
answers

retrieve txt file in formatted with utf-8 in python

Good evening!    I'm having trouble recovering .txt files with python for popular lists or dictionaries, the problem is that these files do not come with uft-8 formatting. example txt content: what is today's date? (here comes a separating tab)...
asked by 10.09.2018 / 23:52
0
answers

FileUpload file format saved on database sql server 2008 with type Image

I have a problem finding the right encoding for a file that is saved to the database through FileUpload from asp.net on sql server 2008 with type Image. I need to migrate a web system to an Android application using a webservice in asp.net for c...
asked by 30.05.2018 / 15:02
0
answers

IDLE software locks with encoding

I have developed a program that, for your use, automatically creates another program on the user's Desktop. In order for the second to run in CMD or IDLE directly, it is necessary to convert the cp1252 encoding to utf-8. For this I followed a St...
asked by 27.04.2018 / 02:56
1
answer

Java, when I use CRTL + V appears the question mark in front of the text?

I made a class that fetches text in a .TXT file that is saved in UTF-8 format, and write to the Clipboard so I can paste it with CRTL + V into a field on another system. The problem is that when I use CRTL + V a ? appears before th...
asked by 25.04.2018 / 01:52