...
It is ok to assume consecutive value for characters like a~z in most platform, where ASCII or Unicode is used. This rule is to raise awareness of platform portability, e.g., if you migrate the code from ASCII system to a non-ASII system.
...
...
It is ok to assume consecutive value for characters like a~z in most platform, where ASCII or Unicode is used. This rule is to raise awareness of platform portability, e.g., if you migrate the code from ASCII system to a non-ASII system.
...