Registry / utility / sheenbidi

sheenbidi

JSON →
library3.0.0vcpkgunverified

SheenBidi is a lightweight, fast and stable implementation of the Unicode Bidirectional Algorithm.

vcpkg install sheenbidi
INSTALL
IMPORT
SIG · SHEENBIDI
S
sheenbidi
utilitycppv3.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

SheenBidi.h
#include <SheenBidi.h>

Compute bidi levels for a string

#include <SheenBidi.h> #include <iostream> #include <string> int main() { std::string text = "Hello, world!"; auto bidi = SheenBidi::BidiString(text); auto levels = bidi.getLevels(); std::cout << "Bidi levels computed for " << text << "\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources

No resource links recorded.

sheenbidi — pip install sheenbidi · libregistry