Questions tagged as 'character-encoding'

2
answers

Namespace declaration statement has to be the first statement or after any declare call in the script

I would like to know what caused this problem that I resolved "sort of without knowing how". I created the file mysql.php using the PSPad editor to debug some queries and mysteriously started to look like the error: Fatal error: Name...
asked by 17.09.2015 / 04:38
1
answer

Difficulty with Encoding

Good, I have a PHP file with encoding UTF-8. And the text with accents in the HTML is how it should be, but when I go to the database, there are strange characters. Database Encoding Database data Database data seen in the...
asked by 19.06.2015 / 16:21
1
answer

Problem with accents in .serialize ()

The .serialize (); takes all information from the form, but with different accentuation ex: BREAD is P% C3% 83O , when I test the app on localhost the accents work fine but when hosting stays like this Bread strong> ??? I made this...
asked by 08.09.2014 / 19:34
0
answers

Java: Converting HTML to PDF with special characters

I'm new to the group, and I wonder if anyone could give me a hand. I'm trying to create a report for a web application. I'm trying to get an html with the text and several 'tags' that I replace with data from the bank and write to a tempor...
asked by 20.12.2018 / 12:19
0
answers

Error executing query in MySQL: Illegal mix of collations

In my environment: Linux Debian 9. mysql See 14.14 Distrib 5.6.41, for Linux (x86_64) using EditLine wrapper. I'm getting the following error: Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for...
asked by 14.12.2018 / 15:36
1
answer

formatting encoding .net

Alright? I have a problem that is as follows: I retrieve the html from a legacy system and, I need to change that html pa then return to the browser with the new html. But when I retrieve this report the words with ç and accents, are with specia...
asked by 07.12.2018 / 18:34
0
answers

Charset Error - MySQL, PHP

I have a MySQL database with standard UTF8 charset (Hostinger VSP, Debian 8, MySQL View 14.14 Distrib 5.5.62, for debian-linux-gnu (x86_64) using readline 6.3), the data is inserted into the database by a app through a NodeJS REST API, and throu...
asked by 21.11.2018 / 04:33
0
answers

RMarkdown with accents changed

I made a report in Rmarkdown that, after a Windows update, it changed all the accents by other characters. The main issue would be reading the external files. But there is a part that I need to read some 'csv's', which before the encoding "ISO-8...
asked by 26.09.2018 / 20:51
1
answer

Swapping UTF8 for SQL_ASCII PgAdmin

Good afternoon! I need to know if it is possible for me to change my database's enconding from utf8 to SQL_ASCII, without deleting and re-creating the database! The problem that is happening is that my bank is set with Unicode UTF-8 and the s...
asked by 06.09.2018 / 15:38
0
answers

Sort an array when the first letter has accents

I am ordering an array to display a multiselect, but when I change the system language I have some labels that have accentuation in their first letter, by undoing my array and entering the words that have accentuation to the end of the list. >...
asked by 20.08.2018 / 22:28