Skip to content

Vild/DerelictUTF8Proc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages