1diff -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")
19
20 EOD
21     ;
22