You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This guide explains how to enable UTF-8 support in Cortex.
4
+
5
+
## Why UTF-8 Support?
6
+
UTF-8 ensures that all Unicode characters are correctly stored and displayed. This is essential for internationalization and working with non-ASCII data.
7
+
8
+
## Prerequisites
9
+
- Cortex v1.x or higher
10
+
- Environment set up for Cortex
11
+
- YAML/JSON configuration files
12
+
13
+
## Configuration Steps
14
+
15
+
1. Open your Cortex configuration file (e.g., `cortex-config.yaml`).
0 commit comments