How to cross-reference many character encodings with ASCII OR UTFx?
- by Garet Claborn
I'm working with a binary structure, the goal of which is to index the significance of specific bits for any character encoding so that we may trigger events while doing specific checks against the profile.
Each character encoding scheme has an associated system record. This record's leading value will be a C++ unsigned long long binary value and…