toUTFindex

Given a UCS index n into an array of characters s[], return the UTF index.

  1. size_t toUTFindex(char[] s, size_t n)
  2. size_t toUTFindex(wchar[] s, size_t n)
    toUTFindex
    (
    in wchar[] s
    ,)
  3. size_t toUTFindex(dchar[] s, size_t n)

Meta