Questions tagged as 'utf-8'

1
answer

Error with tildes PHP [duplicated]

Good day, when sending data from javascript work and send the tildes perfectly but at the time of printing on php comes something like this: Original Text : éstá és úná prúébá de tildes PHP Text : ?st? ?s ?n? pr??b? de tildes...
asked by 06.06.2018 / 16:45
2
answers

UTF8 Encode and Decode in GO Golang

I would like to know how I can apply the utf8 to a string in golang. Investigating in the documentation , do the following: I am making a query to a database and in the field the following information is stored ANDRÉS NUÑEZ when makin...
asked by 29.05.2018 / 15:50
2
answers

Problems with the UTF-8 encoding in mysql

I have problems with the character encoding with the ñ and tildes, the page is in utf-8 and the table and the DB in utf-8_general_ci but it happens as in the following image. Any solution? $ connection = new mysqli ($ host, $ userdb, $...
asked by 17.06.2017 / 21:24
2
answers

UTF-8 IN JSP does not work

I have been trying to get my form to save the ñ character, however whenever I debug this character is replaced ... what is it due to? I have tried this way: <%@page contentType="text/html" pageEncoding="UTF-8"%> <%@include f...
asked by 16.05.2017 / 16:56
1
answer

Script does not code utf8

I'm trying to send a parameter by url from javascript, and that parameter has accents. I try to encode to utf8 and then I code the url but apparently, it does not do it as it should (excuse foolishness but avoiding tildes is not an option). ec...
asked by 18.12.2018 / 07:08
0
answers

encoding a csv file

My situation is this: It turns out that I need to know what the encoding of a file is, I have already opened it with several applications but the encoding that it handles does not appear. Can someone help me?     
asked by 13.12.2018 / 21:24
1
answer

JSON and utf-8 problems when inserting data in BD from php

I am currently having a problem in decoding PHP characters, I am calling an API using a file_get_contents () and then calling with a variable: $jsondata = file_get_contents(URL DEL API); $data = json_decode($jsondata, t...
asked by 09.11.2018 / 13:41
0
answers

Error in webservice soap HTTP response 415 content type 'text / xml; charset = UTF-8 'was not the expected type' application / soap + xml; charset = utf-8 '

I'm trying to consume a soap webservice with nusoap in php and I get the following error:    ErrorHTTP Error: Unsupported HTTP response status 415 Can not process   the message because the content type 'text / xml; charset = UTF-8 'was not   ...
asked by 04.10.2018 / 15:07
0
answers

How to save file in UTF-8 format in VBA

I have a macro that works well, it saves a file in .csv and puts double quotes, which I need. The problem that inside this file I have special characters (in Korean, Chinese, etc) and when I save it, it changes me. I was reading and I thin...
asked by 31.08.2018 / 19:08
0
answers

How can I code a MySQL query to UTF-8?

Bendo with a problem that ails. All the records that I insert into my database are saved with characters of this type (or). This is a (ó). My problem is that I am using a function to encode it as UTF-8 when it comes to consulting the informat...
asked by 02.03.2018 / 19:53