-
-
code in here:
`xlnt::workbook wb;
xlnt::worksheet ws = wb.active_sheet();
char name[128] = { 0 };
strcpy(name, "Iwt Script log");
//changeText fun: change ansii tu utf-8
changeText(name);
…
-
Hi,
we got lots of (unicode encoded) German Umlauts in our Clickhouse DB, which are retrieved fine, when selecting via the JDBC Connector within DBeaver, but using the ODBC Connector in Dbeaver (w…
-
Since the logger buffer isn't flushed until another newline is found it's possible that the output that CompileDaemon generates can be affected by ANSII escape sequences that haven't been terminated d…
-
Hi, thanks for your work on `nzip`. :)
I ran into an issue when using `nzip` to list the files contained in some nested zip files.
If a `.zip` filename contains non UTF-8 characters (e.g. accent…
-
It will improve readability quite a bit if
- headers were bold
- options yes/no etc were color coded
-
I have a PDF (unfortunately unable to share) with the line:
`/Producer (\376\377\000A\000c\000r\000o\000b\000a\000t\000 \000D\000i\000s\000t\000i\000l\000l\000e\000r\000 \0003\000.\0000\0001\000 \0…
-
Hi,
i was just integrating your tool in my build pipeline and sadly its not working for my integration tests because the console output is not escaped and so the cdata holds invalid characters.
Mayb…
-
@tindzk has kindly submitted a PR to add a nice test report at the end of test execution, thus closing https://github.com/scalacenter/bloop/issues/340 mainly.
I believe there's some room for expe…
-
Is there a way for for saving a log of a run in a color-coded manner as it is visible in the shell?
For now I am just just directing the log to the log file, but I must admit that the color coding su…