From 04f8ce33e467d2c06806de1169e0cba25c1f0c07 Mon Sep 17 00:00:00 2001 From: Ryan Liptak Date: Sun, 31 Dec 2023 04:26:39 -0800 Subject: [PATCH] readme: Add some TODO links to comparison table --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4ca0e0..ce0bbbf 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,10 @@ This behavior can be controlled with the `/:auto-includes` CLI option. | --- | --- | --- | --- | --- | | Cross-platform | ✅ | ✅ | ✅ | ❌ | | Identical [`win32-samples-rc-tests`](https://github.com/squeek502/win32-samples-rc-tests) outputs as `rc.exe` | ✅ | ❌ | ❌ | ✅ | -| Support for UTF-16 encoded `.rc` files | ❌ | ❌ | ❌ | ✅ | +| Support for UTF-16 encoded `.rc` files | ❌ [(TODO)](https://github.com/squeek502/resinator/issues/5) | ❌ | ❌ | ✅ | | CLI compatibility with `rc.exe` | ✅ | ❌ | ✅ | ✅ | | Support for outputting `.rc` files | ❌ | ✅ | ❌ | ❌ | -| Support for outputting COFF object files | ❌ | ✅ | ❌ | ❌ | +| Support for outputting COFF object files | ❌ [(TODO)](https://github.com/squeek502/resinator/issues/7) | ✅ | ❌ | ❌ | #### An example of the differences between the implementations