Home redis update 시 한글 깨짐 현상
Post
Cancel

redis update 시 한글 깨짐 현상

문제

Redis 에 json으로 update 시 한글이 깨지는 문제가 발생했다.

해결

json.dumps() 시에 ensure_ascii = False 로 지정해준 뒤 .encode("utf-8")을 해주면 된다.

This post is licensed under CC BY 4.0 by the author.

OpenCV 허프 변환 직선 검출

OpenCV 허프 변환 원 검출