Questions tagged as 'character-encoding'

1
answer

Maven causes problem with special characters for ISO-8859-1 files

I have a fully configured Eclipse project and my .java files use ISO-8859-1 encoding and some other resource files use UTF-8 encoding. I need to create an archetype from this project. I've tried it anyway and I can not get Maven to create...
asked by 07.11.2016 / 18:37
1
answer

MySQL Arabic returns?

I have the following problem: In my PHP code I am making a select in a table that contains information in Arabic اختبار . But in PHP it is returning ????? . I'm using Php 5.2.10.     
asked by 17.10.2016 / 19:59
1
answer

Rad Studio 10 Seattle - XMLTransformProvider - Encoding UTF-8

I have 2 applications developed in RAD XE2. One is the object of typing data that will be written to an XML file and the other one responsible for reading, validating and importing the generated XML into the Database. I decided to test the R...
asked by 24.05.2016 / 16:32
1
answer

Error with accentuation - Search CEP - Magento

Hello, I'm doing an address search through the CEP in a function, then I get the result and create a session with the name of the city and the State, it happens that every time I have a city with an accent, it returns me from the following way "...
asked by 01.03.2016 / 16:01
1
answer

How can I convert these strings in PHP?

I have the following instructions .... echo $parcelamento . "<br>"; echo utf8_encode($parcelamento) . "<br>"; echo utf8_decode($parcelamento) . "<br>"; ... which respectively return this: ou 12x de R$ 21,58 sem juros no...
asked by 16.03.2015 / 16:25
1
answer

Problem with accentuation cURL

I have a code where I send data via cURL to another page inside the server, but I have a problem ... When sending this data to the other page, it inserts into MySQL only when viewing the record inserted in the MySQL all words after any ac...
asked by 31.08.2014 / 23:48
1
answer

Sublime opens file with EUC-JP coding

When saving files with special characters in Sublime, with UTF-8. Ex: Reading Tip: From Heart to Heart It reopens with EUC-JP encoding: Reading Tip: From Hearts to Hearts What can it be? I have the ConvertToUTF8 plugin, it con...
asked by 29.03.2014 / 15:51
1
answer

Portuguese problem in ADT

I'm working on an Android App , and a friend of mine sent me the app that he worked but had a problem, all the characters of our language as the " ç "have become things like c '@%, evidencing problem in coding / translation. I wanted to know...
asked by 23.03.2014 / 16:13
1
answer

Encoding in Eclipse EE

I have the following problem: I have a web service in Java using Jetty, it works normally if I request other applications for the server, but my unit tests are returning the coding all wrong. {"message":"Não foi possível criar o usuário. Er...
asked by 25.03.2014 / 01:59
1
answer

ASP.Net Web API - JSON without accent% 20% C3% A7

I'm consuming an api but the return JSON does not come with the correct accent. in place of the spice comes% 20, for example. In the request json I even put the encoding.UFT8. How can I code this correctly? private string jsonRequest = @...
asked by 14.08.2018 / 16:23