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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

പരിവർത്തനം Not working #16

Closed
ByteJoseph opened this issue Oct 15, 2023 · 3 comments
Closed

പരിവർത്തനം Not working #16

ByteJoseph opened this issue Oct 15, 2023 · 3 comments

Comments

@ByteJoseph
Copy link
Contributor

// its showing error
പരിവർത്തനം k = 2;
കാണിക്കുക(k);

@ByteJoseph
Copy link
Contributor Author

Error: SyntaxError: Unexpected identifier

@prathyvsh
Copy link
Member

prathyvsh commented Oct 15, 2023

This is a unicode encoding issue. The keyword used here പരിവർത്തനം is not the same as പരിവര്‍ത്തനം. That might sound funny, but try doing a .length on each of these. The second one uses a non-width joiner instead of the ചില്ലക്ക്ഷരം .

Please use the one with non-width joiner: പരിവര്‍ത്തനം and it should get it working.

Will think if I should add a redundant keyword here. Thanks for the note.

@madhaven
Copy link

madhaven commented Dec 8, 2023

ready to close?
@prathyvsh

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

3 participants