Unicode Normalizer

by Goutte

7

Unicode Normalizer Addon for Godot

MIT Release

A Godot 4.x addon that adds a UnicodeNormalizer singleton.

The UnicodeNormalizer helps removing diacritics and substituting tough characters. It is handy when making your own fonts, or font engines.

"Dès Noël, où un zéphyr haï me vêt d'œufs..." → "Des Noel, ou un zephyr hai me vet d'oeufs..."

Features

  • fast (benchmarked, uses binary search)
  • light (~16Kio database)
  • derived from unicode's database of decompositions and substitutions
  • extensible

Install

The installation is as usual, through the Assets Library. You can also simply copy the files of this project into yours, it should work.

Then, enable the plugin in Scene > Project Settings > Plugins.

Usage

Please see the addons' README.


🦊 Feedback and contributions are welcome!

Version

0.1.2

Engine

4.0

Category

Scripts

Download

Version0.1.2
Download

Support

If you need help or have questions about this plugin, please contact the author.

Contact Author