GlibUnicode.toUpper

Converts UTF-32 content in-place to upper case

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

Parameters

content dchar[]

content buffer

Meta