What is the best way to convert a GBK/GB18030 file contents,
i.e. read via: std.stdio.read(gbkFile).to!string ,
to utf8 encoding ?
On Friday, 19 May 2023 at 18:31:45 UTC, Maximilian Naderer wrote:
..
I’m hope somebody could give me some insights. Thank you !
Kind regards from Austria
Max
DConf Online '22 - Translating C to D (Dennis Korpel)
https://www.youtube.com/watch?v=654rSPaIA0o
On Friday, 19 May 2023 at 18:31:45 UTC, Maximilian Naderer wrote:
Hello guys,
So what’s currently the best way to use a big C library?
Let’s assume something like
cglm
assimp
glfw
- Some big libraries are translated, for example
https://code.dlang.org/packages/glfw-d was created with both
On 22/05/2023 11:18 PM, John Xu wrote:
When I put resource.rc in sourceFiles, dub said, "Error: unrecognized
file extension rc"; When I put resource.res in sourceFiles, dub
said,"resource.res : fatal error LNK1136: Invalid or damaged file.
Error: linker exited with status 1136"
Yes, .res is t
On Friday, 19 May 2023 at 21:19:07 UTC, Richard (Rikki) Andrew
Cattermole wrote:
On 19/05/2023 9:39 PM, John Xu wrote:
On Thursday, 18 May 2023 at 15:39:05 UTC, Richard (Rikki)
Andrew Cattermole wrote:
On 19/05/2023 2:19 AM, John Xu wrote:
On Monday, 15 May 2023 at 03:54:03 UTC, Richard (Rikk
I suppose you write a custom logger for that or take an already
written one from code.dlang.org