4
votes
2answers
173 views

Can't use utf8 encoding with datatool

I am using datatool to manage tables and I am getting errors when the data.csv file (encoded either as UTF-8 or ANSI) has characters like 'รก'. I can get it around by having data.csv encoded as ANSI ...
2
votes
1answer
710 views

Using German umlaut in LaTeX tabular directive

I am trying to use German umlauts in a tabular directive. The file is encoded in UTF8 and the useage of umlauts outside of the tabular directive is working flawlessly so there should be no general ...