本文介绍了字符集中的字符顺序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
它是保证的标准的字符的顺序吗?我可以计数'1'符号后跟在字符集表中的'2'符号,例如?
Is it guarantees by the standard the order of the characters? Can i count that '1' symbol are followed in the character set table by the '2' symbol, for example? Or is it platform-specific?
推荐答案
1999年的C标准说明了字符集:
The C standard from 1999 says this about the character sets:
这篇关于字符集中的字符顺序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!