refine-client-py icon indicating copy to clipboard operation
refine-client-py copied to clipboard

export to stdout does not support unicode chars

Open felixlohmeier opened this issue 5 years ago • 0 comments

create project from clipboard:

🔣	code	meaning
🍇	1F347	GRAPES
🍉	1F349	WATERMELON
🍒	1F352	CHERRIES
🍓	1F353	STRAWBERRY
🍍	1F34D	PINEAPPLE

export:

$ python2 refine.py --export 2165167439768
������	code	meaning
������	1F347	GRAPES
������	1F349	WATERMELON
������	1F352	CHERRIES
������	1F353	STRAWBERRY
������	1F34D	PINEAPPLE

felixlohmeier avatar Aug 21 '19 13:08 felixlohmeier