Vild / DerelictUTF8Proc

Dynamic and static binding to the utf8proc library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DerelictUTF8Proc

A dynamic and static binding to the utf8proc library version 2.1.1 for the D Programming Language.

Please see the sections on Compiling and Linking and The Derelict Loader in the Derelict documentation for information on how to build DerelictUTF8Proc and load utf8proc at run time. In the meantime, here's some sample code.

import derelict.utf8proc.utf8proc;

void main() {
    // Load the UTF8Proc library.
    DerelictUTF8Proc.load();

    // Now utf8proc functions can be called.
    ...
}

About

Dynamic and static binding to the utf8proc library.


Languages

Language:D 100.0%