On a project that I’ve been working on recently, I was having some trouble combining SQL scripts that where in a couple of different formats.
While there’s no easy way to detect all of the possible encodings, by checking the byte order mark (BOM) there is a pretty straight forward way to detect the following encodings:
I'm primarily a .NET developer, an architect and a rationalist. I dabble in F#, node.js and other tools and techniques that might make me a better developer and I'd like to share what I learn.
Thanks, really helpful
Nice one! Cheers.