Questions tagged as 'utf-8'

1
answer

Use of ASCII characters with c ++

Good afternoon, I have these codes in c ++ and I would like you to clarify to me why these codes are sending seemingly random characters to the console: teste.cpp > #include <iostream> #include "engine.h" int main() { char x;...
asked by 19.04.2018 / 18:10
0
answers

PHP application migration windows server

Good afternoon, guys. I'm having an application on a server with encoding in ISO-8859-1 and I'm migrating to another server with window. The application is working except for errors with special characters. I gave a searched and tried to convert...
asked by 06.04.2018 / 22:39
0
answers

Laravel Blade prints html

For some reason when I use {{}} to interpolate, the Blade does not interpret the accents and print on the screen the html code, rather than interpreting the code WhenIuse{!!!!},itprintscorrect Butthewholecodeisbeingused{{}},whichismostrecommend...
asked by 04.04.2018 / 15:01
3
answers

Sending UTF-8 by POST does not work

Have the following connection class: public class Conexao { public static String postDados(String urlUsuario, String parametrosUsuario) { URL url; HttpURLConnection connection = null; try { url = new URL(urlUsuario);...
asked by 16.03.2018 / 14:24
1
answer

return JSON with special characters in URL

I'm having a problem with the return of a JSON, I've done a query to fetch some images from the bank, some URLs users have registered the images with special characters like - > (ç ã) The texts containing these types of characters are retur...
asked by 16.07.2016 / 20:36
1
answer

UTF-8 Not working on all pages

I'm having trouble using charset='UTF-8' . I am developing a site for a college project using MVC and as a default I declare utf-8 in a view to be used as the default for other views, however on most pages unicode works, and in othe...
asked by 14.11.2017 / 15:34
0
answers

PHP does not display accepts input of UTF-8 characters (accented characters) in interactive mode (REPL)

I'm trying to make use of the command line to make a small change on the server, namely I'm using PHP in the command line in interactive mode, however I realized that PHP is not accepting accented characters. In the local environment, it work...
asked by 03.05.2017 / 15:58
0
answers

Problems with charset="utf-8"

I have a data with aced recorded in the postgres database with UTF-8 example: Jose When I retrieve the page comes correctly, but when I submit the submit it changes to: Josà © . My JSF header looks like this: <h:head> <f:...
asked by 20.03.2017 / 14:45
0
answers

File Encryption Error

Hello, I'm having a file encoding problem with my program I did in C. It's writing in a format full of special characters being that before I was not writing this way. The Program is a Numerical Turing Machine being written in the file are the tr...
asked by 14.02.2017 / 14:38
2
answers

Change the collation and character set of the database, tables and corresponding columns

Some older projects were thought of in their immediate purpose and based on this the databases, tables and columns were prepared in a way limited to the intended scenario. In the sense of updating and adapting to a greater scalability of thes...
asked by 28.02.2014 / 22:51