diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-08 12:37:13 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-10-08 12:37:13 +0300 |
commit | 7f2bb978228de38d0f689c00c26085cd796b8c6d (patch) | |
tree | be76edee7b0b8317723e10e5a8548c99ea4b05d5 | |
parent | Travis: define NTDDI_VERSION, etc. (diff) | |
download | winapi-utf8-7f2bb978228de38d0f689c00c26085cd796b8c6d.tar.gz winapi-utf8-7f2bb978228de38d0f689c00c26085cd796b8c6d.zip |
README: add Travis badge
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ winapi-utf8 =========== [![AppVeyor branch](https://img.shields.io/appveyor/build/egor-tensin/winapi-utf8/master?label=AppVeyor)](https://ci.appveyor.com/project/egor-tensin/winapi-utf8/branch/master) +[![Travis (.com) branch](https://img.shields.io/travis/com/egor-tensin/winapi-utf8/master?label=Travis)](https://travis-ci.com/github/egor-tensin/winapi-utf8) UTF-8 <-> UTF-16 conversion functions, mainly to be used with WinAPI. |