Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retain UTF-8 BOM on Save #138

Closed
d99kris opened this issue Mar 18, 2023 Discussed in #130 · 0 comments
Closed

Retain UTF-8 BOM on Save #138

d99kris opened this issue Mar 18, 2023 Discussed in #130 · 0 comments
Assignees

Comments

@d99kris
Copy link
Owner

d99kris commented Mar 18, 2023

Discussed in #130

Originally posted by hkottmann February 11, 2023
I'm programming with Qt and included rapidcsv as it is the most efficient library to edit *.csv files. According to the documentation, I've defined HAS_CODECVT before I include rapidcsv.h in my program

`#ifndef HAS_CODECVT
#define HAS_CODECVT

#include "smartdcpd.h"
#include "ui_smartdcpd.h"
#include "rapidcsv.h"
`

But the BOM which was set by creating the document will be still removed by rapidcsv

@d99kris d99kris self-assigned this Mar 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant