Title: [177277] trunk/Source/WebCore/platform/gtk/po
Revision
177277
Author
[email protected]
Date
2014-12-15 05:40:08 -0800 (Mon, 15 Dec 2014)

Log Message

[GTK] build fails with error: xgettext: Non-ASCII string at ../../../WebKit2/UIProcess/API/gtk/WebKitAuthenticationDialog.cpp:131.
https://bugs.webkit.org/show_bug.cgi?id=139620

Reviewed by Gustavo Noronha Silva.

* CMakeLists.txt: Pass --from-code=UTF-8 to xgettext.

Modified Paths

Diff

Modified: trunk/Source/WebCore/platform/gtk/po/CMakeLists.txt (177276 => 177277)


--- trunk/Source/WebCore/platform/gtk/po/CMakeLists.txt	2014-12-15 10:39:49 UTC (rev 177276)
+++ trunk/Source/WebCore/platform/gtk/po/CMakeLists.txt	2014-12-15 13:40:08 UTC (rev 177277)
@@ -25,6 +25,7 @@
             --package-name="webkitgtk"
             --keyword=_
             --keyword=N_
+            --from-code=UTF-8
             -o ${pot_file}
     WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..
 )

Modified: trunk/Source/WebCore/platform/gtk/po/ChangeLog (177276 => 177277)


--- trunk/Source/WebCore/platform/gtk/po/ChangeLog	2014-12-15 10:39:49 UTC (rev 177276)
+++ trunk/Source/WebCore/platform/gtk/po/ChangeLog	2014-12-15 13:40:08 UTC (rev 177277)
@@ -1,3 +1,12 @@
+2014-12-15  Carlos Garcia Campos  <[email protected]>
+
+        [GTK] build fails with error: xgettext: Non-ASCII string at ../../../WebKit2/UIProcess/API/gtk/WebKitAuthenticationDialog.cpp:131.
+        https://bugs.webkit.org/show_bug.cgi?id=139620
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * CMakeLists.txt: Pass --from-code=UTF-8 to xgettext.
+
 2014-12-12  Shankar Prasad  <[email protected]>
 
         [kn] Kannada Translation for webkit - Updated
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to