Aptivi - Deprecated Manuals
ProjectsWebsiteBlog
Yunikodo - Manual
Yunikodo - Manual
  • 👋Welcome!
  • Usage
    • 🖥️How to use
    • ⚒️How it works
  • 🧱Project Dependencies
  • Report an issue
  • Source code
  • Our projects
  • API Reference
Powered by GitBook
On this page
  1. Usage

How to use

How do you use this?

Using this library is very simple! Just use the Yunikodo namespace in any piece of code you want to use the library, as in: using Yunikodo;

Just use the UnicodeQuery class that contains:

  • QueryChar(char)

  • QueryChar(int)

  • QueryChar(char, UnicodeQueryType)

  • QueryChar(int, UnicodeQueryType)

You can control which database Yunikodo uses using the UnicodeQueryType enumeration:

  • Simple: Simple Unicode characters without the Unihan characters and their info

  • Full: All characters

Last updated 2 years ago

🖥️