Commonly confused ASCII characters [modified]
-
I've had a request from above to try and see if anyone's done a study to identify ascii chars commonly mistakable for each other? Making our own list isn't a problem, but having some sort of study, etc to point to to say why we did it would be nice. eg: ( and { 0 and O Edit: I have a more extensive list than the two examples I gave, I don't need individual suggestions from the peanut gallery. :rolleyes: MY boss was hoping for an actual study of some sort or the like.
You know, every time I tried to win a bar-bet about being able to count to 1000 using my fingers I always got punched out when I reached 4.... -- El Corazon
modified on Friday, May 23, 2008 1:34 PM
-
I've had a request from above to try and see if anyone's done a study to identify ascii chars commonly mistakable for each other? Making our own list isn't a problem, but having some sort of study, etc to point to to say why we did it would be nice. eg: ( and { 0 and O Edit: I have a more extensive list than the two examples I gave, I don't need individual suggestions from the peanut gallery. :rolleyes: MY boss was hoping for an actual study of some sort or the like.
You know, every time I tried to win a bar-bet about being able to count to 1000 using my fingers I always got punched out when I reached 4.... -- El Corazon
modified on Friday, May 23, 2008 1:34 PM
How About 1 and l and if you're using a proportional font like Arial, I and l
“Cannot find REALITY.SYS...Universe Halted.” ~ God on phone with Microsoft Customer Support
-
I've had a request from above to try and see if anyone's done a study to identify ascii chars commonly mistakable for each other? Making our own list isn't a problem, but having some sort of study, etc to point to to say why we did it would be nice. eg: ( and { 0 and O Edit: I have a more extensive list than the two examples I gave, I don't need individual suggestions from the peanut gallery. :rolleyes: MY boss was hoping for an actual study of some sort or the like.
You know, every time I tried to win a bar-bet about being able to count to 1000 using my fingers I always got punched out when I reached 4.... -- El Corazon
modified on Friday, May 23, 2008 1:34 PM
Why?
MrPlankton
-
I've had a request from above to try and see if anyone's done a study to identify ascii chars commonly mistakable for each other? Making our own list isn't a problem, but having some sort of study, etc to point to to say why we did it would be nice. eg: ( and { 0 and O Edit: I have a more extensive list than the two examples I gave, I don't need individual suggestions from the peanut gallery. :rolleyes: MY boss was hoping for an actual study of some sort or the like.
You know, every time I tried to win a bar-bet about being able to count to 1000 using my fingers I always got punched out when I reached 4.... -- El Corazon
modified on Friday, May 23, 2008 1:34 PM
-
Why?
MrPlankton
MrPlankton wrote:
Why?
ph0r t3h 1337 5p3@k n00b!
Sunrise Wallpaper Project | The StartPage Randomizer | The Windows Cheerleader
-
Why?
MrPlankton
-
How About 1 and l and if you're using a proportional font like Arial, I and l
“Cannot find REALITY.SYS...Universe Halted.” ~ God on phone with Microsoft Customer Support
Independent123 wrote:
I and l
That's the biggie! :~
-
Makes sense. Just curious.
MrPlankton
-
I've had a request from above to try and see if anyone's done a study to identify ascii chars commonly mistakable for each other? Making our own list isn't a problem, but having some sort of study, etc to point to to say why we did it would be nice. eg: ( and { 0 and O Edit: I have a more extensive list than the two examples I gave, I don't need individual suggestions from the peanut gallery. :rolleyes: MY boss was hoping for an actual study of some sort or the like.
You know, every time I tried to win a bar-bet about being able to count to 1000 using my fingers I always got punched out when I reached 4.... -- El Corazon
modified on Friday, May 23, 2008 1:34 PM
I write all my code in hex so there is no confusion.
Need a C# Consultant? I'm available.
Happiness in intelligent people is the rarest thing I know. -- Ernest Hemingway -
I've had a request from above to try and see if anyone's done a study to identify ascii chars commonly mistakable for each other? Making our own list isn't a problem, but having some sort of study, etc to point to to say why we did it would be nice. eg: ( and { 0 and O Edit: I have a more extensive list than the two examples I gave, I don't need individual suggestions from the peanut gallery. :rolleyes: MY boss was hoping for an actual study of some sort or the like.
You know, every time I tried to win a bar-bet about being able to count to 1000 using my fingers I always got punched out when I reached 4.... -- El Corazon
modified on Friday, May 23, 2008 1:34 PM
I've looked for that too but ended up doing my own table for generating passwords, license keys and the like, where you don't want people to confuse characters. I usually use only letters and digits, but I exclude these: I, 1, l (uppercase i, one and lowercase L, respectively) 8, B (problem for us over 45) O, 0, o (oh and zero) Q (tail not visible enough in some fonts) Z, 2 S, 5 So I end up picking random characters from: ACDEFGHJKLMNPRTUVXYabcdefghijkmnpqrstuvwxyz34679 I'm seriously considering removing 6 and b as well - they generate support calls now and then... Later,
-- Peter