Re: [Tutor] Retain UTF-8 Character in Python List

2015-06-01 Thread Boy Sandy Gladies Arriezona
On Mon, Jun 1, 2015 at 6:22 PM, Steven D'Aprano wrote: What do you mean, the Java program inserts it directly? Inserts it into what? I mean that java program use the list and directly send it into apache phoenix to do "batch upsert". I thought that because the list is not show me the way I set it

Re: [Tutor] Retain UTF-8 Character in Python List

2015-06-01 Thread Steven D'Aprano
On Mon, Jun 01, 2015 at 09:39:03AM +0700, Boy Sandy Gladies Arriezona wrote: > Hi, it's my first time in here. I hope you don't mind if I straight to the > question. > I do some work in python 2 and my job is to collect some query and then > send it to java program via json. We're doing batch updat

Re: [Tutor] Retain UTF-8 Character in Python List

2015-06-01 Thread Peter Otten
Boy Sandy Gladies Arriezona wrote: > Hi, it's my first time in here. Welcome! > I hope you don't mind if I straight to the > question. > I do some work in python 2 and my job is to collect some query and then > send it to java program via json. We're doing batch update in Apache > Phoenix, that

[Tutor] Retain UTF-8 Character in Python List

2015-06-01 Thread Boy Sandy Gladies Arriezona
Hi, it's my first time in here. I hope you don't mind if I straight to the question. I do some work in python 2 and my job is to collect some query and then send it to java program via json. We're doing batch update in Apache Phoenix, that's why I collect those query beforehand. My question is: *C