Skip to content
makr-code edited this page Dec 21, 2025 · 1 revision

normalizer.cpp

Stand: 5. Dezember 2025
Version: 1.0.0
Kategorie: Src


Path: src/utils/normalizer.cpp

Purpose: Text normalization helpers used by tokenization and search.

Public functions / symbols:

  • static inline bool is2(unsigned char a, unsigned char b, unsigned char x, unsigned char y) {
  • for (size_t i = 0; i < n; ) {
  • if (c == 0xC3 && i + 1 < n) {

Clone this wiki locally