Questions tagged as 'character-encoding'

2
answers

Decoding of file in Python

I have a file that is completely written so after my crawler also written in Python I have saved the data in it: b'N\xc3\xa3o n\xc3\xa3o n\xc3\xa3o, n\xc3\xb3s iremos sim!' I wonder if there is any way I can get the encoding out of th...
asked by 21.04.2016 / 00:00
1
answer

How to convert UTF String to ANSI and Create text file in ANSI on an SSD?

I wrote an application on Android using Java, so users can answer questions, which are then saved to a file. The problem is that this file is saved in UTF8 . The end user will open this file in IBM SPSS which is a Windows applicatio...
asked by 13.02.2014 / 03:11
1
answer

Error: Registering? in place of special character only using the browser

I'm having a problem saving data in my ORACLE database. When using my application to fill in fields and register a string, special characters such as accents are replaced by a ? in the database The detail is that if I get the same query a...
asked by 18.03.2014 / 21:33
1
answer

Error in Chrome when decoding accents posted via HTTP POST

I have a form that does an HTTP POST request to update the DB. During the request I noticed that the following message appeared for a field filled with accent in the Chrome Dev Tool. For example, the evaluation is displayed as avalia%E7%E3o...
asked by 19.09.2014 / 16:04
1
answer

Charset problem with Postmodern in Common Lisp (SLIME)

I'm trying to prepare an environment to study the development of Web applications in Common Lisp. Since I'm not a personal computer at the moment, I'm trying to learn with Lispbox to have a Clozure CL + SLIME + Quicklisp environment without re...
asked by 16.02.2014 / 15:46
2
answers

Accent on comment field

I need a help for a situation that seemed simple to me, I have a form with a comment field and when I send this comment by email it appears all unconfigured, I'm using phpMailer. The code page on the contact page looks like this: <meta h...
asked by 20.06.2014 / 14:37
3
answers

Convert string to utf-8

I need to transform a string into UTF-8 encoding. I'm stating it like this: $nome = utf8_encode($nome); And yet I can not find the error. The string looks like this: Consolação     
asked by 26.02.2014 / 20:50
1
answer

Insert into the database by recording in half

I get the name of the news and insert it in another table, but one of the fields is going in half, follow the image of print : Database Sourcecodewhereyousend:<inputname="nomenoticia" type="hidden" id="nomenoticia" value="PC realiz...
asked by 15.03.2015 / 19:29
2
answers

displaying characters using numeric codes: & # 2039

I tried searching for it on Google, but it was difficult because a lot of other subjects are related, so here I ask. I am using special characters, printed from their numeric code, on a page: & # 2039 = ߷ But some characters are not di...
asked by 14.02.2017 / 17:09
1
answer

What's the difference between CharSet: DOS850 x ISO8859_1 x WIN1252?

What is the difference between these Character Sets : DOS850 x ISO8859_1 x WIN1252 I see this at the time of creating a database and I do not quite understand what its differences are? I know it's about the Portuguese langu...
asked by 20.04.2018 / 15:47