Parsing D files with non-unicode characters
Bastiaan Veelo
Bastiaan at Veelo.net
Tue Nov 6 07:25:09 UTC 2018
On Monday, 5 November 2018 at 23:50:46 UTC, Arun Chandrasekaran
wrote:
> I'm converting a large amount of header files from C to D using
> DStep and I'm stuck at
> https://github.com/jacob-carlborg/dstep/issues/215
>
> https://dlang.org/spec/intro.html shows that ASCII and UTF char
> formats are accepted. How do I go about converting a large code
> base like this?
I may be missing something, but isn’t it possible to open these
files one for one in their current encoding and save them in
UTF-8 encoding using an editor that supports that, e.g., Sublime
Text or Kate?
More information about the Digitalmars-d
mailing list