Questions tagged as 'unicode'

2
answers

UTF8 Encode and Decode in GO Golang

I would like to know how I can apply the utf8 to a string in golang. Investigating in the documentation , do the following: I am making a query to a database and in the field the following information is stored ANDRÉS NUÑEZ when makin...
asked by 29.05.2018 / 15:50
1
answer

Problem when comparing two unicode variables in Python 2.7

I have a problem comparing two unicode variables in python 2.7. What I want to do in my program is open a file with characters (they are specifically Japanese characters) and compare with a series of characters of the same type entered by the us...
asked by 30.09.2017 / 02:53
0
answers

Pass Hebrew data from PHP to Android

I am trying to pass a list of data from Mysql to Android . A part of that List is written in Hebrew and is stored in Hebrew with utf8 coding: When I print that list in Json I get question symbols: [{"Img_ID":"10","Img_...
asked by 21.11.2018 / 12:33
0
answers

how to read files ZW, YG, YG5, in C #?

I've been struggling to be able to read .zw, .yg, .yg5 files, among other formats, which are files that are downloaded by us from the biometric industry reader ANVIS the W1 model . Within these files should be users 'and users' marks , bu...
asked by 30.03.2018 / 01:29
1
answer

Delete unicode prefix (u) from JSON file with Python

I'm trying to read a JSON file with Python 2.7. To do this, I read line by line and extract the fields that interest me. But I'm having problems because I get the prefix unicode (u) in some fields. {u'quote_count': 0, u'contributors': None,...
asked by 26.12.2017 / 14:49
1
answer

Problem installing spyder

I am trying to install spyder directly without resorting to something anaconda or winpy. For this, I have installed python 2.7.13 and PyQt4. With that installed I tried to launch the command pip install spyder But I get the following error...
asked by 23.06.2017 / 19:21