Overview
Comment: | 好 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
7f8375e5c12b06c6f239406ddf4c2fb3 |
User & Date: | 顽雨沉风 on 2024-02-13 04:49:12 |
Other Links: | manifest | tags |
Context
2024-02-13
| ||
04:49 | 好 check-in: d8252d8549 user: 顽雨沉风 tags: trunk | |
04:49 | 好 check-in: 7f8375e5c1 user: 顽雨沉风 tags: trunk | |
04:26 | 好 check-in: 74a371ffeb user: 顽雨沉风 tags: trunk | |
Changes
Modified 残局文料/lua_lib/u8_to_a.lua from [c257efad79] to [f583b8167f].
︙ | |||
14 15 16 17 18 19 20 | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | - - - - + + + + - - - - + + + + - + - - + + | int MultiByteToWideChar(UINT CodePage, DWORD dwFlags, LPCCH lpMultiByteStr, int cbMultiByte, LPWSTR lpWideCharStr, int cchWideChar); int WideCharToMultiByte(UINT CodePage, DWORD dwFlags, LPCWCH lpWideCharStr, int cchWideChar, LPSTR lpMultiByteStr, int cchMultiByte, LPCCH lpDefaultChar, LPBOOL pfUsedDefaultChar); ]]) d_4.CP_ACP = 0 d_4.CP_UTF8 = 65001 --~ 算机_基统_窗群 function d_4.m2w(input, o1) |