neslib / Chet

C Header Translator for Delphi
BSD 2-Clause "Simplified" License
204 stars 43 forks source link

Better customization of char related conversions #7

Closed MichalSznajder closed 3 years ago

MichalSznajder commented 3 years ago

I have project with broken headers where char/unsigned char is used interchangeably. Also library does not support UTF8 only plain ASCII.

This PR allows to configure char/unsigned char conversion in whatever way you want.

neslib commented 3 years ago

Thanks for contributing to Chet! And thanks for following my coding guidelines. Much appreciated!

MichalSznajder commented 3 years ago

Wow. My first pull request written in Pascal. And my first PR with code inside.

Thank's for great tool - this projects saved me ton of tedious work.

And actually thanks to Embarcadero for Community Edition. I am still on XE2 so without CE I would not be able to write this.