Questions tagged as 'utf-8'

0
answers

Special characters on website made in cakephp

Hi, I am modifying a website designed in cakephp, but in a modal for whatsapp some special characters do not look good and I tried to do some things and nothing worked for me: <!DOCTYPE html> <html lang="es-ES"> <head> <...
asked by 26.09.2018 / 18:43
1
answer

Doubt with Pyserial on Mac

My problem is this, I just bought a MacBook Pro computer, I used to use Windows 10 to do Python practices, connecting it to Arduino using the Pyserial which was included in the Pycharm program. Now that I am suando Mac the program...
asked by 15.07.2016 / 04:17
1
answer

Convert XML into UTF-8 to ISO-8859-1

I am developing a web service that is invoked by an application external to mine. In this web service I receive an XML with all the necessary parameters to offer the service. The issue is that the XML comes with UTF-8 encoding and the database w...
asked by 04.09.2018 / 13:33
0
answers

Problems with special characters in Highcharts and json

I have a datos.json file that contains data in Spanish with accents and other special characters. When using it in a Highcharts graphic, it displays the accents and eñes with question marks. Needless to say, the .html file contains a...
asked by 12.12.2016 / 15:02
1
answer

Error characters in utf8

I have a website in Portuguese, in which when I change the version of php and something else, when I insert it in the database, it does it badly and when it is recovered it comes out in the following way: O hotel dispõe de 150 quartos....
asked by 14.06.2017 / 12:06
1
answer

Validate / Convert text to UTF8 vb.net

I have to generate a series of xml retrieving information from a database. The company that will process the xml requires that only UTF8 characters are used but in the information that I recover from the database there are many characters not al...
asked by 26.04.2017 / 08:54
1
answer

Running a file formatted in UTF-8 with javac

I tried to run a .java file that I did in Eclipse , and I missed a lot of errors. The file I programmed is encoded in UTF-8. When executing this command in the CMD of Windows : javac C:\ProgramasJava\Main.java The output in console...
asked by 09.10.2017 / 14:25
1
answer

convert U + XXXX to hexadecimal utf8

I would like to know how to convert a string like this: U + 1F601 to this format: \ xF0 \ x9F \ x98 \ x81 We can see an example on this page: link There you specify your UNICODE code and its value in bytes. I use python 2.7 Thi...
asked by 25.07.2018 / 12:19
1
answer

Invalid character found in the request target. The valid characters are defined in RFC 7230 and RFC 3986. TOMCAT 7.0.78

Through javascript I have created a function to put information in a text box. I have written the special characters and I want to introduce the ñ / Ñ and the accents. By filling in that text box and giving the save button gives the error Invali...
asked by 06.08.2018 / 12:26
1
answer

Problem with & Ntilde and $ _POST

I have a problem with the Ñ in my program which can be solved by changing Ñ by & Ntilde. The html is in UTF-8. Neither javascript nor html have a problem with & Ntilde and php sometimes. What happens is that if PHP receives from AJAX NU & NT...
asked by 10.11.2017 / 16:36