This document provides an overview of the Core API, focusing on the text encoding functionality. This API is crucial for ensuring consistent and accurate text representation across various applications.
The Core API allows developers to configure the character encoding to be used for text data within the application.
It supports: UTF-8, ASCII, Latin-1, and potentially others. You can define mappings to select the appropriate encoding.
The current encoding is configured for the application's backend. It will use UTF-8 by default.
For more details, please visit the official Microsoft documentation.
Copyright 2023. All rights reserved.