Update TODO.md

This commit is contained in:
Zihan Chen
2017-04-11 08:08:00 -07:00
committed by GitHub
parent 07f70d568c
commit 090085783a
-11
View File
@@ -40,10 +40,6 @@
## GacUI Resource ## GacUI Resource
* Handle resource file encoding if there is no BOM
* Windows: Test UTF-8 correctness and local encoding correctness, may need to modify `vl::filesystem::File`
* Others: Use local encoding (usually UTF-8)
* Output: UTF-8 with BOM
* InheritableCustomWindow * InheritableCustomWindow
* InheritableCustomControl * InheritableCustomControl
* Localizable text template resource, adding str:// * Localizable text template resource, adding str://
@@ -54,13 +50,6 @@
* GuiCustomControl::SetContainerComposition // using a special syntax * GuiCustomControl::SetContainerComposition // using a special syntax
* InstanceStyle:Replace * InstanceStyle:Replace
## ParserGen.exe
* Handle resource file encoding if there is no BOM
* Windows: Test UTF-8 correctness and local encoding correctness, may need to modify `vl::filesystem::File`
* Others: Use local encoding (usually UTF-8)
* Output: UTF-8 with BOM
## GacGen.exe ## GacGen.exe
* Enable linking to external symbols * Enable linking to external symbols