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

I or L checker #1413

Open
3 tasks done
ahunkler opened this issue Dec 9, 2024 · 2 comments
Open
3 tasks done

I or L checker #1413

ahunkler opened this issue Dec 9, 2024 · 2 comments
Labels
enhancement New feature or request triage

Comments

@ahunkler
Copy link

ahunkler commented Dec 9, 2024

What type of request is this?

New feature for an existing tool

Clear and concise description of the feature you are proposing

Reads in a character string and writes out in words the character name.
The specific use case is to help distinguish between characters that look the same.
E.g.
Input "lol"
output: lowercase letter L
lowercase letter O
lowercase letter L

Input: "IoI"
Output: Capital letter i
lowercase letter O
capital letter i

Is their example of this tool in the wild?

https://charactercounter.com/i-or-l-checker

Additional context

image

Validations

  • Check the feature is not already implemented in the project.
  • Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
  • Check that the feature can be implemented in a client side only app (IT-Tools is client side only, no server).
@ahunkler ahunkler added enhancement New feature or request triage labels Dec 9, 2024
@sharevb
Copy link
Contributor

sharevb commented Dec 25, 2024

Hi @ahunkler , implemented in #1183

@sharevb
Copy link
Contributor

sharevb commented Dec 25, 2024

Hi, for people interested in up to date version of it-tools, I made kind of a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request triage
Projects
None yet
Development

No branches or pull requests

2 participants