Fix unicode symbols

master
Pierre Joye 2021-09-04 19:20:51 +07:00 committed by GitHub
parent 98a0e9ba67
commit 86886fd880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -64,15 +64,15 @@ CI means whether we have an automatic CI for this platform. If someone has CI fo
| Platform | Support | CI |
| ------------- | ------------- |----|
| Linux x64 | ✓ | 🗸 |
| Linux x86 | 🗸 | 🗸 |
| Linux ARM64 | 🗸 | 🗸 |
| Windows x86 | 🗸 | 🗸 |
| Windows x64 | 🗸 | 🗸 |
| Windows arm64 | 🗸 | x |
| MacOS x64 | 🗸 | 🗸 |
| MacOS M1 | 🗸 | x |
| S390 | 🗸 | x |
| Linux x64 | ✓ | ✓ |
| Linux x86 | ✓ | ✓ |
| Linux ARM64 | ✓ | ✓ |
| Windows x86 | ✓ | ✓ |
| Windows x64 | ✓ | ✓ |
| Windows arm64 | ✓ | x |
| MacOS x64 | ✓ | ✓ |
| MacOS M1 | ✓ | x |
| S390 | ✓ | x |
It is also known to work on almost all variations of *BSD, Solaris, etc. We don't have CI nor environment to test them. However many progamming languages binding do test libgd on these platforms.