7605d17398
Change-Id: I4a5ef736ad714dd3b1beb4054e2347973db70e39 Reviewed-on: https://gerrit.libreoffice.org/23704 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
30 lines
1.2 KiB
Groff
30 lines
1.2 KiB
Groff
diff -ur nss.org/nss/external_tests/google_test/gtest/include/gtest/internal/gtest-internal.h nss/nss/external_tests/google_test/gtest/include/gtest/internal/gtest-internal.h
|
||
--- nss.org/nss/external_tests/google_test/gtest/include/gtest/internal/gtest-internal.h 2016-03-31 18:26:06.763009800 +0800
|
||
+++ nss/nss/external_tests/google_test/gtest/include/gtest/internal/gtest-internal.h 2016-03-31 19:17:11.724452000 +0800
|
||
@@ -1,4 +1,4 @@
|
||
-// Copyright 2005, Google Inc.
|
||
+// Copyright 2005, Google Inc.
|
||
// All rights reserved.
|
||
//
|
||
// Redistribution and use in source and binary forms, with or without
|
||
diff -ur nss.org/nss/lib/ckfw/builtins/certdata.perl nss/nss/lib/ckfw/builtins/certdata.perl
|
||
--- nss.org/nss/lib/ckfw/builtins/certdata.perl 2016-03-31 18:26:07.890190900 +0800
|
||
+++ nss/nss/lib/ckfw/builtins/certdata.perl 2016-03-31 19:16:16.727269600 +0800
|
||
@@ -110,6 +110,9 @@
|
||
sub doprint {
|
||
my $i;
|
||
|
||
+print chr(0xEF);
|
||
+print chr(0xBB);
|
||
+print chr(0xBF);
|
||
print <<EOD
|
||
/* THIS IS A GENERATED FILE */
|
||
/* This Source Code Form is subject to the terms of the Mozilla Public
|
||
@@ -119,6 +122,7 @@
|
||
#ifndef BUILTINS_H
|
||
#include "builtins.h"
|
||
#endif /* BUILTINS_H */
|
||
+#pragma execution_character_set("utf-8")
|
||
|
||
EOD
|
||
;
|