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

✨Feedback from user survey: System input robustness #387

Open
2 tasks
joeyylow opened this issue Dec 5, 2023 · 1 comment
Open
2 tasks

✨Feedback from user survey: System input robustness #387

joeyylow opened this issue Dec 5, 2023 · 1 comment
Labels
Type: Feature A suggested idea for this project

Comments

@joeyylow
Copy link
Collaborator

joeyylow commented Dec 5, 2023

Cc:

Hi

Pain

The system is currently unable to accept input with non-conventional charset/ encoding. Some examples include emojis (🙃) and characters in foreign languages (र).

Suggested Solution

Allow the system to read and process files with non-conventional charset/ encoding without returning an error.

Tasks

  • Research on the more frequently used non-conventional charset/ encoding that could appear in assignments.
  • Ensure that the system is able to read and process them.

Acceptance Criteria

Non-conventional charset/ encoding can be read and processed.

More Information

The feedback provided originates directly from the user feedback surveys and may include requirements and suggestions that lack clarity. The SSID team should evaluate and decide whether the team should address the identified issues or reject suggestions that do not provide clear and actionable insights.

Screenshots

Thanks!

@joeyylow joeyylow added the Type: Feature A suggested idea for this project label Dec 5, 2023
@sibinhho99
Copy link
Collaborator

Currently emojis and special characters are scrubbed from files as of
https://github.com/WING-NUS/SSID/pull/244/files

The ranges to exclude can be found in the code diff above, though I don't remember the source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature A suggested idea for this project
Projects
Status: Todo
Development

No branches or pull requests

2 participants