Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Masks for 馃 and 馃 are wrong #4

Closed
yvt opened this issue Feb 3, 2021 · 2 comments
Closed

Masks for 馃 and 馃 are wrong #4

yvt opened this issue Feb 3, 2021 · 2 comments

Comments

@yvt
Copy link

yvt commented Feb 3, 2021

馃uses 馃's mask and vice versa.

img2utf/src/main.rs

Lines 48 to 49 in 6b73d75

'馃',
'馃',

img2utf/src/main.rs

Lines 177 to 186 in 6b73d75

[
[1,1,1],
[0,0,0],
[1,1,1],
],
[
[1,0,1],
[1,0,1],
[1,0,1],
],

@lf94
Copy link
Owner

lf94 commented Feb 3, 2021

Ah yeah, thanks!

@lf94
Copy link
Owner

lf94 commented Feb 5, 2021

Resolved

@lf94 lf94 closed this as completed Feb 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants