GlibUnicode.toTitle

Converts UTF-32 content in-place to title case

  1. void toTitle(dchar[] input, dchar[] output)
  2. void toTitle(dchar[] input, char[] output)
  3. void toTitle(dchar[] content)
    struct GlibUnicode
    static
    void
    toTitle
    (
    ref dchar[] content
    )

Parameters

content dchar[]

content buffer

Meta