]> granicus.if.org Git - curl/commit
lib: Use UTF-8 encoding in comments
authorGergely Nagy <ngg@tresorit.com>
Wed, 3 Jul 2019 12:31:31 +0000 (14:31 +0200)
committerJay Satiro <raysatiro@yahoo.com>
Sun, 7 Jul 2019 03:25:20 +0000 (23:25 -0400)
commitcf4255c8476ba919456a69099d02245419ff6ac3
treeb70100db4f27c5c2988618c32cfa7d1948dda5bd
parent21e2df801556dcdc451c3372248c481552451d7f
lib: Use UTF-8 encoding in comments

Some editors and IDEs assume that source files use UTF-8 file encodings.
It also fixes the build with MSVC when /utf-8 command line option is
used (this option is mandatory for some other open-source projects, this
is useful when using the same options is desired for building all
libraries of a project).

Closes https://github.com/curl/curl/pull/4087
lib/cookie.c
lib/krb5.c
lib/security.c
lib/transfer.c