it is not possible to install color palette extensions in Online or mobile apps
[LibreOffice.git] / external / nss / nss.utf8bom.patch.1
blobe8c56abefcde4189f447198b8f1010a2e50c41b9
1 diff -ur nss.org/nss/lib/ckfw/builtins/certdata.perl nss/nss/lib/ckfw/builtins/certdata.perl
2 --- nss.org/nss/lib/ckfw/builtins/certdata.perl 2016-03-31 18:26:07.890190900 +0800
3 +++ nss/nss/lib/ckfw/builtins/certdata.perl     2016-03-31 19:16:16.727269600 +0800
4 @@ -110,6 +110,9 @@
5  sub doprint {
6  my $i;
7  
8 +print chr(0xEF);
9 +print chr(0xBB);
10 +print chr(0xBF);
11  print <<EOD
12  /* THIS IS A GENERATED FILE */
13  /* This Source Code Form is subject to the terms of the Mozilla Public
14 @@ -119,6 +122,7 @@
15  #ifndef BUILTINS_H
16  #include "builtins.h"
17  #endif /* BUILTINS_H */
18 +#pragma execution_character_set("utf-8")
20  EOD
21      ;