Aptivi - Manual
ProjectsWebsiteBlog
Textify - Manual
Textify - Manual
  • Welcome
  • Breaking changes
  • Usage
    • How to use
      • Basic Features
        • Text Manipulation
        • Other Tools
      • Extra Features
        • Space Analysis and Correction
        • Unicode Analysis
        • Unicode Tools
        • Semantic Versioning
        • Name Generation
        • Word Management
        • Accessibility Tools
        • Figlet Text
        • Emoji Management
        • Wide Characters
    • How it works
      • Space Analyzer Internals
      • Unicode Analyzer Internals
      • Semantic Versioning Internals
      • Name Generation Internals
      • Word Selection Internals
      • Figlet Text Internals
  • Report an issue
  • Source code
  • API Reference
Powered by GitBook
On this page
Edit on GitHub
  1. Usage
  2. How to use
  3. Extra Features

Unicode Tools

How can I manage Unicode characters?

Using this functionality that is available on Textify is very simple! Just use the Textify.Unicode namespace in any piece of code you want to use the library, as in: using Textify.Data.Unicode;

Just use the UnicodeTools class that contains:

  • ReverseRtl(string)*: Reverses the RTL characters.

For functions that are marked with an asterisk, this means that the underlying function is available when libicu is installed. You may have to specify the path to the libicu and the libicudata libraries in some cases with IcuLibPath and IcuDataLibPath.

Last updated 3 days ago