Questions tagged as 'utf-8'

1
answer

Delphi, MySQL, ADOConnection - Convert database data in latin1 to utf8

I'm having trouble converting the strings coming from the database (Mysql - latin1) to UTF8. The case is that I need to get the data in the database encoding for UTF8 to generate an XML with that enconding. I tried some conversions for UTF...
asked by 02.12.2015 / 14:01
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
0
answers

How to solve GIT DIFF coding problem

For some files git diff introduces me instead of characters with accents, I do not really know if the problem is git diff. The GUI I use for git is git kraken, below is a print of the error.     
asked by 12.01.2018 / 20:50
2
answers

Eclipse UTF8 configuration [duplicate]

Does anyone know how to configure eclipse for utf8? I searched for settings but still could not find     
asked by 02.07.2016 / 16:58
1
answer

mb_convert_encoding vs utf8_encode ()

I did an update of php on the server and I identified that they were not being encoded in the utf-8 pattern, the first thing I checked was the connection class I use, which in this case is adodb . In my connection I perform...
asked by 03.11.2015 / 19:38
1
answer

Doubt Encoding Utf8 Swift 3

I'm having a lot of trouble with the encoding of my application. I have an online radio in the United States and I'm trying an application for it. I get the metadata of the LastFM songs. let queryURL: String if useLastFM { queryURL...
asked by 07.07.2017 / 06:34
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
1
answer

DBLIB PDO AND UTF-8 CODING

I'm in a project using 64bit UBUNTU-SERVER as WEBSERVER. In the project I chose the database Microsoft Sql Server 2012 which I have a use license acquired shortly. With much effort I got the connection using some libs like sybase freetds ......
asked by 24.02.2016 / 18:21
1
answer

How to change default Encoding in Sublime Text 3

In my work, we programmed PHP mostly and all the code files were made in ASCII, I'm doing some page inclusions and I often need to open the existing files and add new things. I do this through Notepad ++, because whenever I open one of the ex...
asked by 26.04.2018 / 01:50
2
answers

How to print UTF-8 characters in c ++ console?

The console incorrectly displays accented characters. How to print them correctly (UTF-8)?     
asked by 20.05.2018 / 02:16