Questions tagged as 'character-encoding'

1
answer

How to insert emoji character in a TEXT field of MYSQL?

I have a text editor. In this text editor, save the information in a table, using a column of type MEDIUMTEXT . When I tried to insert an emoji, the following error appeared:    Incorrect string value: '\ xF0 \ x9F \ x98 \ x83 \ xF0...
asked by 23.08.2018 / 14:50
2
answers

How to define "charset" of a table in SQL Server?

In MySQL to set the charset of a table we can use this way: MySQL: create table user_details (...) default character set = utf8; How can I do the same in SQL Server?     
asked by 07.04.2016 / 14:46
3
answers

Error in file or character encoding

On every page of a website that I'm developing with UTF-8 encoding, defined both in charset and as editor encoding, I'm having trouble in rendering accented words, for example: The word Medical renders as Doctor . Considering that I...
asked by 21.11.2015 / 22:11
1
answer

Are there any problems with using special characters in Python codes?

Thinking of making the codes leaner and more elegant would it be possible to use special characters in the codes? Would you get in trouble?     
asked by 06.12.2018 / 23:52
1
answer

Microsoft Edge passing strange characters in AJAX call

I have an Ajax call on a web system, where you specify a date of dismissal, and you dismiss an employee on that date: dataistheparameterthatcomeswiththeAjaxcall.WhenItestinChromeoranyotherbrowser,itworksperfectly.ButmyclientusesEdge,andwhenI...
asked by 11.05.2018 / 21:29
1
answer

About URL as it is encoded and POST parameters

The URL is always encoded, how is the encoding done, what does it encode, and what importance or need to encode a url? I have a div, which is broken by lines and gets something printed like: 1 2 3 In HTML it gets: 1<br/&g...
asked by 26.03.2015 / 04:21
1
answer

Return of "?" instead of special characters in a SELECT [duplicate]

I have a problem, I have already coded everything with utf-8, I tried in many ways to sort this out and I can not, in a% of HTML, I pull a table from the database, but it returns with a symbol of special characters instead of the accents as in...
asked by 30.06.2017 / 20:55
1
answer

Format string qt html charset

I have the following string: QString str="Macarr & # x & 3; the integral. (I put space between all characters of the special character if it would not be visible and would appear A with the uncle "ã") and wanted to format it so that it lo...
asked by 11.11.2015 / 00:40
3
answers

Why does the php string sometimes return instead of some accented letters? [duplicate]

I asked a question about coding problem and json_encode of PHP. In order not to generate a very broad question, I decided to ask this question separately. Why does PHP sometimes return the � character in the middle of a string co...
asked by 09.10.2015 / 14:43
1
answer

Problem when merge

I'm doing merges, and in that action, characters with accents are being swapped for symbols, I still do not know what the source of the problem is, if it's the encoding of the files, or if the problem is in git, can someone help me ? Below is an...
asked by 17.05.2018 / 16:22