what are the corresponding unicode values of lower case and upper case letters from a to z
|
1
|
|||||||||
|
|
|
Same as ASCII (but with leading 0s :) A-Z = U+0041 - U+005A = 65-90 decimal a-z = U+0061 - U+007A = 97-122 decimal |
||||||||||
|
|
|
Same as ASCII. All ASCII characters have the same values in Unicode. |
||
|
|
|
|
The Unicode code charts will probably help you. |
||
|
|
|
|
The answer largely depends on your language. Answers here are good for English language, but some languages contain additional characters which sometimes even change to two characters depending on the case (or two to one inversely) - Turkish comes to mind. |
||||||||||
|
|
|
There are hex tables here: http://www.tamasoft.co.jp/en/general-info/unicode.html But they are the same as ASCII anyway. |
|||
|
|
