-
Notifications
You must be signed in to change notification settings - Fork 22
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support for unicode #24
Comments
The warning here is not charming to me either. It comes from the
Did you mean that it CAN run? Thank you for the advice. Here are my two cents,
Thanks again for your feedback. |
That should be the problem of
|
Now I know what's the problem. XD Main reason is that, MS's cmd is gbk. Cpp will meet the same thing , too. So there are some solutions:
|
I think for the original feature request by @wuyudi, it may be convenient to construct a font with ligatures. |
See https://github.com/be5invis/Iosevka and the related issue be5invis/Iosevka#680
|
as the image shows, it will warning. But it did can run in
.wls
.besides, I have tested that this can't run.
in .nb ,
α
will be translated into\[Alpha]
,then do the following calculation.(But shown as α).So here are some advice.
\[Alpha]
as α,but run it as itself.(But it's confusing that how to deal with the widith of this character)α
.But if use//CopyToClipboard//UsingFrontEnd
,it's also hard to deal with.(Or maybe just ignore it?)α
into vscode, change it into\[Alpha]
(but shown asα
)Maybe there can be a switch to open/close the "translate"? If some users really want to see
\[Alpha]
.The text was updated successfully, but these errors were encountered: