so I need to see if my character is a letter. I tried using isalpha() function, however, if I try to pass not latin letter (for example ?, ?, ?, ?, ?, ?, ?, ū, ?) I get an error, that seems to state that isalpha function accepts only chars that in ASCII code are between 0 and 255. Is there any way to overcome this problem?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…