Most voted "utf8-decode" questions
10 questions
Sort by count of
-
3
votes2
answers823
viewsHow to Manipulate UTF-8 on the Moon
How to work with a string composed of UTF-8 encoding on the Moon? For example: get a character code in a string by its index; encode character codes, something like string.char(...códigos) or…
-
1
votes1
answer332
viewsProblems with utf8_decode in array return
I have a problem that has left me quite confused. I have a page in php that registers ministries. In it I send the data via ajax to another php page to do the insertion, and the insertion always…
-
1
votes0
answers82
viewsTransform UTF-8 to Unicode in Echolink
In the Echolink Server configuration file /etc/svxlink/svxlink.d/ModuleEchoLink.conf we can insert the location of the radio station in the LOCATION variable. As the name of my city (Petrópolis) has…
-
0
votes1
answer53
viewsGrab items from an array by converting to UTF8
Hello! My problem is this: I have a list of values in an external php file and when I use a include to call the values in my template the accented characters are replaced by queries. I wonder if…
-
0
votes3
answers814
viewsProblem with accentuation when saving text in the database
Good morning guys, I have the following problem. My system makes changes to a table in the database, if the content is inserted directly by script in postgres, the accent works normally, but when…
-
0
votes0
answers572
viewsHow to read a csv file with accentuated characters and transfer this data to a dictionary?
I have a csv file separated by ";" with two columns exported via excel: 1) Name of the person 2) e-mail of the person. However, the name contains accent and when trying to read the file and create…
-
0
votes1
answer42
viewsHow do I resolve a problem of renaming ENCODED URL files?
How to troubleshoot this problem of renaming ENCODED URL files? When converting a list of URL ENCODED files through the following code from urllib.parse import unquote import os, shutil cwd =…
-
0
votes1
answer169
viewsHow to enable PHP utf8_decode
Hey, fellas, good morning. I created a virtual machine in Ocean with Linux Ubuntu and PHP 5.6, but when uploading the php system files, the server did not identify / interpreted the command line:…
-
0
votes1
answer57
viewsHow to Resolve Ionic Accentuation Problem
Guys, I went to pass a data through the routes in Ionic, Angular, only the data is a string with accent, when I put the variable that receives the value to show in the title it shows good, however,…
-
-3
votes1
answer40
viewsError while converting bytes file into literal string in python
I select to bring an xml file that is stored as a blob in the oracle database. I read the file and save the contents in a variable. When checking the type of the variable is of type bytes. I do the…