Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions docs/utf8-support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Enabling UTF-8 Support in Cortex

This guide explains how to enable UTF-8 support in Cortex.

## Why UTF-8 Support?
UTF-8 ensures that all Unicode characters are correctly stored and displayed. This is essential for internationalization and working with non-ASCII data.

## Prerequisites
- Cortex v1.x or higher
- Environment set up for Cortex
- YAML/JSON configuration files

## Configuration Steps

1. Open your Cortex configuration file (e.g., `cortex-config.yaml`).
2. Add or update the encoding section:

```yaml
server:
encoding: UTF-8