toxtli / cefpython

Automatically exported from code.google.com/p/cefpython
1 stars 0 forks source link

Support utf8 title, use WindowTextW instead of WindowTextA #42

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

When i use the old version, I can use DisplayHandler_OnTitleChange to fix the 
utf8 tiitle. But WindowTextA is used in the window_utils_win.pyx  , it can not 
support utf8. 

PS: I am very glad to see the 41 issues is accepted so fast.

Original issue reported on code.google.com by Luw2...@gmail.com on 19 Dec 2012 at 3:15

GoogleCodeExporter commented 8 years ago

Original comment by czarek.t...@gmail.com on 19 Dec 2012 at 3:43

GoogleCodeExporter commented 8 years ago
Fixed in revision 23dd11fb1c3a. Version 0.50 of cefpython1 released.

Original comment by czarek.t...@gmail.com on 20 Dec 2012 at 12:48

GoogleCodeExporter commented 8 years ago
Btw. cefsimple.html was missing charset, now after adding:

    <meta charset=utf-8>

The popup window opening cefsimple.html displays utf-8 characters correctly.

Original comment by czarek.t...@gmail.com on 20 Dec 2012 at 1:29

GoogleCodeExporter commented 8 years ago
Project will move to Github. Find this issue at the new address (soon): 
https://github.com/cztomczak/cefpython/issues/42

Original comment by czarek.t...@gmail.com on 24 Aug 2015 at 6:28