Questions tagged as 'utf-8'

1
answer

Picking items from an array converting to UTF8

Hello! My problem is this: I have a list of values in an external php file and when I use an include to call the values in my template the characters with accents are replaced with queries. I would like to know if there is a function or another...
asked by 05.11.2016 / 22:23
0
answers

Export tables to CSV strange characters

When I export a table to CSV in MySQL Workbench, it has strange characters due to accent. Is there a way to resolve this? And also, how can I select all the tables I want and export to different CSV files (one for each table)? Thank you!...
asked by 24.06.2016 / 22:04
0
answers

Collation with problems on Localhost

On a 1 atraz I made a bank with collation latin1_swedish_ci and charset latin1, The html has been charset UTF-8 in the Index that emgloba all pages in html, And php got UTF-8 with the codes per page: ini_set('default_charset','UTF...
asked by 29.12.2015 / 01:49
0
answers

Java charset - How to correctly read from System.in?

I am creating an application to exchange messages between computers using Sockets, through the cmd or terminal (I want it to run in linux and windows, console application). But I'm having trouble coding. When I read an entry through System.in...
asked by 06.01.2016 / 22:00
1
answer

Error: JSONException: End of input at character 0, when sending information from Android to a PHP WebService

I'm sending information from Android to a PHP WebService through the Volley lib. Everything works perfectly except with special characters. Map<String, String> params = new HashMap<String, String>(); params.put("nome", "áàâãõóòúç")...
asked by 25.01.2016 / 07:45
1
answer

mysql encoding

I have the data in the database, in the charset utf-8, and I want to export the listing in .csv, however when I give a select it returns me the data, for example "Property and Property Management ". How do I return the data in the selected accen...
asked by 07.05.2015 / 18:55
1
answer

Error in accent in Python 2.7

During the encoding (below) there is an error appearing in the accent of some words: Note: I am using notepad ++ and run python 2.7 on windows cmd Code: # encoding: utf-8 import os, sys print "EXPEDIÇÃO DE DESPACHO" Exit: λ pyt...
asked by 30.08.2018 / 02:18
1
answer

Python error accent

Python is displaying a list of characters with a character error: Normal List 19/01/2017 13:35 ARQUIVADO DEFINITIVAMENTE 03/11/2016 10:55 EXPEDIÇÃO DE DESPACHO 03/11/2016 10:52 CONCLUSOS PARA DESPACHO 03/11...
asked by 28.08.2018 / 00:39