Francesco Pretto

Results 140 comments of Francesco Pretto

> But, at least what it means is that if you have such a file, you can skip most of the tools, you only need enough to convert icudt72l.dat to...

> The reason for the double build in the case of cross platform has to do with the original data, which needs ICU source to run. It's really a bootstrap...

> As a matter of curiosity -- any particular challenge this causes, other than the general need to possess both a host and a build compiler? This was done at...

> The only reason that icudata is a .so is for user convenience (at the expense of INconvenience of [us builders](https://github.com/nodejs/node/commit/ac2857b12cd819b68405b15c3f8e95e48bcc32d8), sorry :-) …  so that the system library loader...

> @ceztko what you described is what the `genccode` utility does. > > and on windows it goes directly from a .dat file to a PE because there are utilities...

> Are there PE utilities which will do this? Maybe I misunderstood a previous message of yours where you talked about use of PE utilities? Anyway, assuming ICU utils can...

> > I can have a look if it fits enough: for sure with CMake it's quite easy to use .rc files using MSVC as the compiler (I did it...

Ok, you can find it attached here: [TestResourcesWin.zip](https://github.com/unicode-org/icu/files/11127404/TestResourcesWin.zip) [**EDIT**: Updated the zip] On Windows I just do the usual: ``` md build cd build cmake .. ``` The resource is...

Hi @vans163. I forked[1] this project and added video support, getting inspiration from this[2] sample. If you have issues I can't provide support but the code for working video (no...

With the introduction of c# 11 [raw string literals](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-11.0/raw-string-literal), is this issue still relevant for the language itself or it points out a bug in the specification that does not...