python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Problem with converted ASCII value in android
I have Multiple Hex Value.
String arr[] = {"4544582F3032313230362331383035350000000000000000000000000000",
"4544582F3032313230362331383035350000000000000000000000000000&quo...
Ramesh Bhati
Votes: 0
Answers: 0
When I post a JSON while using Mercado Libre's API all accented letters are removed and I don't think this is the default behavior
PROBLEM
I am using the Brazilian version of the Mercado Libre API to publish products. Whenever I post a JSON, the accents are being removed by their system and this, I expect, should not at all be th...
José Guedes
Votes: 0
Answers: 1
how to separate string according to their character in python?
I am trying to separate characters in a string into three different groups:
ASCII
String.punctuation
characters that don't belong to categories mentioned above.
The string in question is: "Tämä...
AATU
Votes: 0
Answers: 1
How to get int to dec and dec to hex using php?
This is hex c4 and dec is 196
When string length is 50 one of my project returning \xc4
If length is 51 then getting hex \xc5
length 55 = \xc9
length 56 = \xca
length 61 = \xcf
length 62 = \xd0
Contin...
Edward Dulhunty
Votes: 0
Answers: 1