-
Notifications
You must be signed in to change notification settings - Fork 6
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
icu is commented out in Chromium source #35
Labels
help wanted
Extra attention is needed
Comments
@nctl144 can you give more details here about why it's commented now at the moment? |
Right I forgot to type this in more detail, sorry about that @lopuhin ! Right now there are a few problems, when icu is installed on the MacOS, this traceback is found when compiling Cython on branch #34:
and this is the traceback on Linux:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, this line is commented out. We should figure out a way to enable icu for this project :)
The old chromium source of icu has this commented out probably because the third_party library ICU is difficult to configure. However, because the idna block of code in chromium source is commented out, the idna hostname, for example: ουτοπία.δπθ.gr is not converted to the ascii form.
At the moment, we have this handled by encoding the hostname with python encode() function, this can be seen here. However, it would be really nice to improve the performance of SCURL by figuring out how to use ICU in chromium source!
The text was updated successfully, but these errors were encountered: