Questions tagged as 'utf-8'

2
answers

Error extracting string character UTF-8

NOTE Although it does not affect the template code ( utf8iterator.hpp ), the main.cpp depends on the encoding used when saving it to work correctly. In my system, I work with UTF-8, and said main.cpp is saved in the sa...
asked by 20.03.2017 / 11:00
1
answer

Problems to read Text: Latin A with php

I have a problem with this script below the function it does is find the pads or # the Hashtag of a message the problem is that it does not recognize the text Latin A - UTF-8 , I want it to work but I do not know how to make the...
asked by 26.04.2018 / 05:11
1
answer

Create JsonResponse UTF-8 in Django

Is there a simple way to cancel DjangoJSONEncoder.ensure_ascii and put it in False or print text different from ascii in django.http.JsonResponse in any other way?     
asked by 20.09.2017 / 03:49
2
answers

php - str_replace

I'm in PHP with my next problem. In a variable I receive the surname of the user but if the surname is for example, Hernández the variable saves Hern\u00e1ndez . So that the last name I can later send it as it plays in a json, I...
asked by 06.08.2018 / 12:57
1
answer

Is there any incompatibility between the utf8 / 16 / 32_spanish_ci?

I find myself creating a database, but I am faced with a doubt that is the differences but I do not know if it affects the databases. I always use utf8_spanish_ci to create the database regarding the collate of it. But I noticed...
asked by 10.11.2016 / 13:04
1
answer

How to convert a csv (unicode) file to csv (utf-8) in python 3.6.5?

I download a CSV (unicode) file from a website, the fields are separated by tabulation and in double quotation marks and the line break does not do it at the end of each row of how it looks in the CSV, example of how it is see the CSV informatio...
asked by 11.09.2018 / 08:04
1
answer

Python collation excel report with Pandas

I am generating a report with the Pandas module in Python, I get the data from MySQL, but there is a column with accented data, at the time of generating the report it falls, I leave information related to the problem. Connection code: con...
asked by 11.05.2018 / 14:21
1
answer

Correctly display characters encoded in style \ xe9 [duplicated]

I have a database in .csv format that I have exported to my MySQL database and whose records I want to visualize in a web using PHP. The problem is that some of the characters are encoded in the .csv file, for example \xe9 that corre...
asked by 29.12.2017 / 01:31
1
answer

Problems with accents Laravel 5 server

I have this: <html lang="es"> <meta charset="utf-8"> also in config/database I have 'charset' => 'utf8' . Still I have problems with the accents. In the local DB tests the problem is working with the DB of...
asked by 19.10.2016 / 21:10
1
answer

Problem with charsets in html

I needed to apply a centralized automatic signature on a client. What I did was write an HTML with variables NAME POST ADDRESS etc. Then I copy the files in generic to the team through a GPO and I execute a .vbs that performs the follow...
asked by 27.07.2016 / 14:59