name could be entered in Korean and English. If entered in Korean, the chk() function will go for a literal comparison, which won't catch cases of passwds that is written in English. Please think more about chk() function, mainly the name comparison. Should it be case sensitive? Do I need to code a part that translates Korean input into English name and compare it after?
name could be entered in Korean and English. If entered in Korean, the chk() function will go for a literal comparison, which won't catch cases of passwds that is written in English. Please think more about chk() function, mainly the name comparison. Should it be case sensitive? Do I need to code a part that translates Korean input into English name and compare it after?