commit | 6d59653e825f687d28763fd8ff9141b2cff246b0 | [log] [tgz] |
---|---|---|
author | Cloud Wu <cloudwu@gmail.com> | Wed May 08 10:10:20 2019 +0800 |
committer | ocornut <omarcornut@gmail.com> | Tue Mar 03 18:53:29 2020 +0100 |
tree | 106e49ac9b3fcc7342f085d802599b4c524c69b1 | |
parent | 8c683de33f96349dc8cfa83b3915521306e921eb [diff] |
Unicode: full Unicode Support (6 squashed commits) (#2541, #2538) fix build for WideCharToMultiByte [3181ff1e] Full Unicode Support [6c9e73ac] Fix ImTextCountUtf8BytesFromChar and ImTextCharToUtf8, these APIs assume the input is an unicode code point, not UTF-16 [ba85665b] Add AddInputCharacterUTF16 for windows backend to handle WM_CHAR [fafdcaf0] Use Windows API to convert UTF-16 for ImFileOpen [dc7d5925] Use windows API to convert UTF-16 for clipboard