opencv-python icon indicating copy to clipboard operation
opencv-python copied to clipboard

cv2 cant handle char é in path/filename

Open 666Warlock666 opened this issue 1 year ago • 1 comments

Expected behaviour

if a é or similar char is in file name it should be able to handle it as normal

Actual behaviour

Write here what went wrong.

Steps to reproduce

img = cv2.imread('c:\é\filename.jpg) comes back as None renaming path to img = cv2.imread('c:\e\filename.jpg) comes with results even though file exists

windows 10

  • architecture x64 latest version

666Warlock666 avatar Aug 02 '22 15:08 666Warlock666

Duplicate for https://github.com/opencv/opencv-python/issues/211.

asmorkalov avatar Aug 03 '22 07:08 asmorkalov