Questions tagged as 'character-encoding'

1
answer

Grails 3.0 encoding does not work outside of index.gsp

I'm creating a Grails project with version 3.0.4 and something strange happens: Two GSPs with the same content: views > index.gsp: views > domain > show.gsp: <!DOCTYPE html> <html> <head> </head>...
asked by 10.09.2015 / 05:04
1
answer

Problems with character that comes in NDefMessage NFC

I'm doing a program that exchanges messages by NFC, and I'm having a problem that when I want to pass a Parameters in the message everything seems correct now when I want to pass 2 parameters, then there is one that always appears with character...
asked by 25.02.2014 / 17:06
2
answers

Why only one Encoding works in the algorithm?

It is as follows: I have an encryption module that encrypts a byte[] and exits another encrypted byte[] , and at the end of the output a checksum is placed; the checksum is a single byte generated by the application made by the asymm...
asked by 27.07.2017 / 05:53
3
answers

Problems with special characters html5 bootstrap

I'm having problems with my html, the page does not recognize the special characters. <!DOCTYPE html> <html > <head> <title>Verde</title> <meta charset="utf-8"> <meta name="viewport...
asked by 11.07.2016 / 22:13
1
answer

Doubt Encoding Utf8 Swift 3

I'm having a lot of trouble with the encoding of my application. I have an online radio in the United States and I'm trying an application for it. I get the metadata of the LastFM songs. let queryURL: String if useLastFM { queryURL...
asked by 07.07.2017 / 06:34
1
answer

Special character error in Java

I have a problem here and I did not find anything to solve on the internet, if you could help me, I would be extremely grateful. Well, come on, I have a web application in java that I use Spring Boot + JSP. The problem is this: I have two app...
asked by 31.07.2017 / 19:18
1
answer

Character SET and Character Encoding - What are they, what are they for?

What are they, what are they for? Character SET Character Encoding
asked by 07.04.2016 / 15:31
1
answer

How to create COLLATION for Brazilian Portuguese

In documentation says to create collation like this: CREATE COLLATION french (LOCALE = 'fr_FR.utf8'); This example is for France. What would it be like for Brazilian Portuguese?     
asked by 31.10.2018 / 19:33
1
answer

How to display accents in python?

I need to read a file of names in python, but they are full of accents, I'm using this to open arquivo = open('dadostxt/Nomes.txt', 'r', encoding='utf-8') I put utf-8 in the encoding, but when I go to excel or give a print, instead of the a...
asked by 30.05.2018 / 00:38
1
answer

Problems with encoding in Database Query

When trying to execute a SELECT , using fields that save data in the JSON structure, I see a problem with the data that may come: SELECT tbl_pf.nome, tbl_pf.adicionais::JSONB->'recebeTaxa' AS localTaxa FROM tbl_pf;...
asked by 26.04.2018 / 19:55