-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding compiler flag for windows / MSVC #60
Comments
ok, it seems one should add it in the standalone gyppi:
now a full ICU will compile with the V8 gyp files. Reveresd by editing with MSVS as requested in https://docs.microsoft.com/en-us/cpp/build/reference/utf-8-set-source-and-executable-character-sets-to-utf-8?view=vs-2019 - and fiddling with gyp to produce a similar file. |
Sorry for being late, but the easiest way is to add to target this option:
|
hm, thats already there, and even adding it to the icu.gyp doesn't do the trick - still
|
@guinzoo I guess your switch does something else. this
producing an error with MSVC or not. |
to permit compiling umlaut chars like:
MSVC needs to be set the commandline switch
I fail to work my way through the msbuild generator how I'd best achieve this; Anybody got a hint for me on this?
The text was updated successfully, but these errors were encountered: