Skip to content

Commit 3a09e8b

Browse files
docs: add UTF-8 support guide (#7091)
1 parent f593e69 commit 3a09e8b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

docs/utf8-support.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Enabling UTF-8 Support in Cortex
2+
3+
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`).
16+
2. Add or update the encoding section:
17+
18+
```yaml
19+
server:
20+
encoding: UTF-8
21+

0 commit comments

Comments
 (0)