Automattic / Automattic/node-canvas

node-canvas can't read some letters in directories like this './data/yoü'

Open
#1,857 0 comments 0 reactions 0 assignees View on GitHub
Good first issue Help wanted
Dominant language
JavaScript
Stars
10.7k
Forks
1.2k
Avg merge
4d 8h
Merged PRs (30d)
1

Description

## Issue or Feature

## Steps to Reproduce

```js
var Canvas = require('canvas');
var canvas = Canvas.createCanvas(200, 200);
var ctx = canvas.getContext('2d');

const ifade = await Canvas.loadImage('./data/diyalog/yüzler/'+args[2]+'/'+args[3])
ctx.drawImage(ifade, 0, 0);
```

## Your Environment
* Version of node-canvas 2.8.0
* Node v14.17.0 on Windows 10

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.