ResolveDefaultTextEncoding
Returns a text encoding specification in which any meta-valueshave been resolved to real values. Currently, this affects onlythe base encoding values packed into the text encoding specification.
Declaration
TextEncoding ResolveDefaultTextEncoding(TextEncoding encoding);Parameters
- encoding:
A text encoding specification possibly containing meta-values that you want to resolve to a text encoding specification containing only real values.
Return Value
A text encoding specificationcontaining only real base encoding values.
Discussion
This function is useful for application developers who areproviding APIs that take text encoding specifications as parameters.All APIs in the Unicode Converter and Text Encoding Converter performthis translation automatically.