Most voted "utf-8" questions
UTF-8 is a form of encoding Unicode text, such as UTF-16 and UTF-32, but compatible (to some extent) with ASCII.
Learn more…131 questions
Sort by count of
-
0
votes3
answers814
viewsProblem with accentuation when saving text in 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, the accent works normally, but when…
-
0
votes1
answer283
viewsrecover txt file formatted with utf-8 in python
Good night! I’m having trouble recovering files. txt with python for popular lists or dictionaries, the problem is that these files do not come with uft-8 formatting. example of txt content: what is…
-
0
votes0
answers298
viewsProblems with charset="utf-8"
I have a die with light recorded on the bank postgres with UTF-8 example: Joseph When I recover the page comes correctly, but when I give the Submit changes to : Josã. My JSF header looks like this:…
-
0
votes0
answers194
viewsAccent problem when doing mysql Dump in C# (latin1 and utf8)
I made a program in c# that dump in mysql, it is very cool, it selects the bank and does the dump alone,making a sql file on my computer, and I just need to climb the bank later to where I wish.…
-
0
votes2
answers190
viewsProblems with accentuation
I have visited several sites and Stackoverflow was the main one, where several solutions were proposed to problems of accentuation in the pages. I realized that I had set up my database wrong…
-
0
votes1
answer69
viewsHow to set UTF-8 encoding in data.sql files for starting H2 data based with Spring?
I have a Spring JPA application with an H2 database. I created a data.sql file with some INSERTS and this script is running normally on application startup, but the special characters are being…
-
0
votes1
answer169
viewsHow to enable PHP utf8_decode
Hey, fellas, good morning. I created a virtual machine in Ocean with Linux Ubuntu and PHP 5.6, but when uploading the php system files, the server did not identify / interpreted the command line:…
-
0
votes1
answer319
viewsUTF-8 Does not work on all pages
I’m having trouble using the charset='UTF-8'. I am developing a website for a college project using MVC and as a standard I declared the utf-8 in a view to be used as a standard for other views, but…
-
0
votes1
answer116
viewsProblem Reading Unicode python file
Guys I got my script : import sys search = sys.argv[1] ref_arquivo = open('C:/Zabbix/RelatorioErros.txt','r').readlines()[11:] for line in ref_arquivo: if search in line:…
-
0
votes1
answer456
views -
0
votes3
answers526
viewsUTF-8 sending by POST does not work
Have the following connection class: public class Conexao { public static String postDados(String urlUsuario, String parametrosUsuario) { URL url; HttpURLConnection connection = null; try { url =…
-
0
votes0
answers59
viewsHow to convert an array of bytes of a text into English without replacing the accented letters with special characters in c#?
I have the following code snippet string xmlText = Encoding.UTF8.GetString(relFinalProj.XmlAnexo.MidAnexo); where the "relFinalProj.XmlAnexo.Midattachment" is an array of bytes. When encoding all…
-
0
votes1
answer253
viewsWhere do I find Web.Config in ASP.NET CORE MVC 3.1?
I’m having problems with accentuation in a View, already opened in the notebook my view’s in . cshtml and save all with UTF-8 but it is still having accentuation problem in the application still, I…
-
0
votes1
answer126
viewsHow to save php files with utf8 characters?
When I name a php file with utf8 characters, for example 'çá.php' the local server does not open the file. I really need names utf8 to name these files, but it is possible to do some kind of…
-
0
votes0
answers266
viewsLaravel Blade prints html
For some reason when I use {{ }} to interpolate, Blade does not interpret the accents and print the html code on the screen instead of interpreting the code when I use {!! !! }, it prints correctly…
-
0
votes1
answer417
viewsUse of c++ ASCII characters
Good afternoon, I have these codes in c++ and I would like you to explain to me why these codes are sending to the console seemingly random characters: cpp testing. #include <iostream>…
-
0
votes1
answer79
viewsJava, when I use CRTL+V, does the question mark appear in front of the text?
I made a class that will fetch a text in a file .TXT which is saved in UTF-8 format, and record in Clipboard for me to paste with CRTL+V in a field of another system. The problem is that when I use…
-
0
votes0
answers47
viewsFileupload file format saved in sql server database 2008 with Image type
I have a problem finding the right encoding for a file that is saved in the database through Asp.net Fileupload in sql server 2008 database with Image type. I need to migrate from a web system to an…
-
0
votes2
answers171
viewsCoding problems
I’m having codage problem that I can’t solve. I’ve tried several suggested things but none works: Script: # -*- coding: utf-8 -*- import sys line = ["Oi tudo bem com você","eu GOSTO de café", "esta…
-
0
votes1
answer175
viewsProblem with HTML code when sending email using Acbrmail
I am using Acbrmail to send a standard Html that is hosted on the Web. I take the Html source code from the Utf8tostring(idHTTP.Get()) and replace the tags needed to send with Stringreplace().…
-
0
votes1
answer230
viewsExport query to EXCEL in PHP error UTF-8
When I export the data the UTF-8 is not acting, how can I solve this? // Formatação do header do arquivo header ("Expires: Mon, 18 Nov 1985 18:00:00 GMT"); header ("Last-Modified: ".gmdate("D,d M…
-
0
votes0
answers265
viewsProblem with UTF-8 when receiving Ajax data
Good morning, I checked other reports of the same problem, but I could not use any of the answers given in them... I tried some but it doesn’t solve. I am using datatables to show/insert/edit data…
-
0
votes0
answers127
viewsCharacter 'º' is accepted by utf8 within the Insert, but not when I use COPY
I’m trying to migrate data from a Firebird database to a Postgresql version 12.0. To generate a. csv file containing the table records in Firebird, I use the software Fbexport, ./fbexport -Sc -D…
-
0
votes1
answer160
viewsPython Encoding Problem
I’m trying to pull the hashtags used in some Instagram profiles using the code: import pandas as pd import requests import re req = requests.get("https://www.instagram.com/globorural/") texto =…
-
0
votes1
answer157
views'utf-8' codec can’t Decode byte 0xe1 in position in rendering html
Greetings to all. I am trying to render an html file with Python/Django and am getting error "'utf-8' codec can’t Decode byte 0xe1 in position" because of a sharp comment. The problem wouldn’t be…
-
-1
votes1
answer234
viewsFormatting a PHP string in UTF8
I have in a $variable the following content: I would like the words "metallic" "plastic" "dimensions" to be normal. What should I use?…
-
-1
votes1
answer58
viewsutf-8 characters are replaced by " " in git bash
When I run my python code, if in that code you have a print, and that print receives a string with utf-8 characters, the letter is replaced by in the console. code: print('Olá') output ol▒…
-
-1
votes1
answer44
viewsSpecial characters returning in Json in PHP
I made an "api" to return the data in json format, however the record that contains accent, is displaying special characters. Look at my code, what I could do, there’s some command I can add? I…
-
-1
votes1
answer40
viewsAccent problem in text returned by Javascript file
Good evening, everyone Initiating javascript studies I made a js code that constitutes a guest control system for a party. The guest states his name and the name of the guest who invited him in an…
-
-1
votes1
answer22
viewsHow to keep the encoded file name (UTF-8) when unzipping in R?
I’m having trouble accessing files from a compressed folder. The filenames contain accents, but when unzipping the names are changed according to the configuration of each computer that opens and…
-
-2
votes1
answer585
viewsAccent error in Python 2.7
During coding (below) there is an error regarding the accentuation of some words: Note: I am using Notepad++ and running python 2.7 on windows cmd Code: # encoding: utf-8 import os, sys print…