The OpenD Programming Language

put_uXXXX

Decodes char c to the form \u00XX, where XX is 2 hexadecimal characters.

  1. void put_uXXXX(W w, char c)
    void
    put_uXXXX
    (
    C = char
    W
    )
    (
    scope ref W w
    ,
    char c
    )
  2. void put_uXXXX(W w, ushort c)

Meta