The Phantom Derpstorm
The Phantom Derpstorm
Hey @Aezriel, that's my mistake. I never updated the examples in the latest branch. They should be working now in the `develop` branch on `ThePhD/sol` with VS 2015.
Ooh, that's useful information. I've checked that change into ThePhD/sol as well. I don't test quite as often with Lua 5.1; just LUAJIT and 5.2/5.3, so forgive me if I...
The way to change how allocation is done internally in the library is to provide your own heap. The heap portion is not fully documented, but it's part of the...
If you mean "how do I stop allocation for the regular functions that aren't related to the registry", the answer is "they never allocate, ever, so it's a moot question"....
The first bullet is important to the C Standard Proposal: the rest are much less important and extra functionality that can be revisited later in 2022.
No updates so far, only the promise that I'll get to this once my life calms the hell down. I would say "pull requests welcome" but even I know the...
Seems like something where we make the encoding classes (`windows_acp, windows_ocp`) available on all architectures and, if we detect we're not on Windows, we just call back to doing an...
For "can we have encodings for `CP_*` values in general?" question, we are adding those. Slowly. One encoding at a time. See the encoding objects in: https://ztdtext.readthedocs.io/en/latest/encodings.html
I should come back to this to state: I can't very well just use `WideCharToMultiByte` raw because the API is actually woefully awful in terms of how much useful information...
Wow, it has been nearly a year. Sorry about that; a Windows-only, win32-API based encoding type has been committed in latest: https://github.com/soasis/text/commit/e0e676e1f6797e0eeb78d4332e48979a9198f0f0 Needs language packs on typical desktop distributions to...