Nathan Shaaban

Results 82 comments of Nathan Shaaban

@thw26 would it be possible to document how the icu release was created (or update script)? I'm stuck regarding looking into this issue due to my inability to get an...

Looked into it a little more ## Two zip differences (between upstream icu and ours): - ICU packages 32bit/64 bit separately, we publish both (one in system32, the other in...

Sure I realize that, was more wondering how icu.dll/icuuc.dll and icuin.dll were created. Were they copied from a windows install of Logos? Checked against my windows logos install and confirmed...

I attempted to open the icudtl.dat that Logos for windows ships with: - increased the STRING_STORE_SZIE in tools/toolsutil.h by 100x (can't open the file without it) - building the icupkg...

A victory! Figured out how to compile the icu.dll as windows does! (WIP branch here: https://github.com/ctrlaltf24/microsoft-icu/commit/b3368b7ffb1484cd63c22559a9091fea6a177713 ) (no longer blocked) Still needed: - [ ] icuuc.dll and icuin.dll pointing to...

> I'm trying to understand the bigger picture here. Maybe someone can help me out. We added separate ICU files because of #22. Correct (these files are bundled in newer...

> I've tried running Logos with multiple DLL override variations, trying to isolate the problem more, but with no luck. If I force "built-in" DLLs for icu, icuin, and icuuc...

Good news, got it failing outside of Logos! And using that found the list of erroring locacles and removed them > Next step is probably to dive into the .NET...

> Awesome! :detective: > > So, to summarize, the working theory is that these locales, which are defined in system-wide ICU files, are not recognized as valid by Logos' included...

Created a release on my fork with the environment and notes I used to build along with the binaries https://github.com/ctrlaltf24/microsoft-icu/releases/tag/v72.1.0.1-ctrlaltf24.1. Feel free to test How to test: - Download https://github.com/ctrlaltf24/microsoft-icu/releases/download/v72.1.0.1-ctrlaltf24.1/icu-win.tar.gz...