[C] Updated README

This commit is contained in:
seleznevae 2018-05-09 13:46:42 +03:00
parent 6f8ecf4330
commit fa09fb16c8

View File

@ -113,8 +113,14 @@ The following compilers are currently used in continuous integration at [Travis]
| GCC 6.4.0 | Ubuntu 14.04.3 |
| GCC 7.3.0 | Ubuntu 14.04.3 |
| Clang 5.0.0 | Ubuntu 14.04.3 |
| AppleClang 7.3.0 | Darwin Kernel Version 15.6.0 |
| AppleClang 8.1.0 | Darwin Kernel Version 16.7.0 |
| AppleClang 9.1.0 | Darwin Kernel Version 17.4.0 |
| Visual Studio 2017 | Windows Server 2016 |
Pease note:
- In case of clang on OS X before using libfort with ```wchar_t``` with real unicode symbols it may be necessary to set ```setlocale(LC_CTYPE, "");``` because otherwise standard function ```swprintf```, that libfort uses internally, may fail and _ft_to_string_ will return error.
## License
<img align="right" src="http://opensource.org/trademarks/opensource/OSI-Approved-License-100x137.png">