TRINIDAD-2541 Check UTF-8 encoding in example files
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandButton/commandButton.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandButton/commandButton.xhtml
index 22770dd..ca98ceb 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandButton/commandButton.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandButton/commandButton.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandButton/commandButtonAjax.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandButton/commandButtonAjax.xhtml
index d139caa..d3f7b2d 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandButton/commandButtonAjax.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandButton/commandButtonAjax.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandButton/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandButton/summary.xhtml
index cf25017..69f2f85 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandButton/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandButton/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandLink/commandLink.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandLink/commandLink.xhtml
index e8fa4f5..99d015d 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandLink/commandLink.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandLink/commandLink.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandLink/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandLink/summary.xhtml
index e9a487d..68033fc 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandLink/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/commandLink/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goButton/goButton.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goButton/goButton.xhtml
index ca6eed4..f74302a 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goButton/goButton.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goButton/goButton.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goButton/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goButton/summary.xhtml
index 42e95a9..354abdc 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goButton/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goButton/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goLink/goLink.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goLink/goLink.xhtml
index feb3e25..fc7070f 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goLink/goLink.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goLink/goLink.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goLink/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goLink/summary.xhtml
index 2484f8e..6c2b48a 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goLink/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/goLink/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/resetButton/resetButton.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/resetButton/resetButton.xhtml
index 50cc3c3..eb06bdd 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/resetButton/resetButton.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/resetButton/resetButton.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/resetButton/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/resetButton/summary.xhtml
index 8b636fa..abc38ef 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/resetButton/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/buttonsAndLinks/resetButton/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/icon/icon.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/icon/icon.xhtml
index ebf72c3..e378a18 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/icon/icon.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/icon/icon.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/icon/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/icon/summary.xhtml
index e9b407c..de56232 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/icon/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/icon/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/image/image.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/image/image.xhtml
index f299c1b..8a5c4f3 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/image/image.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/image/image.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/image/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/image/summary.xhtml
index e065b07..606c06d 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/image/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/image/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaAllControls.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaAllControls.xhtml
index aae4a0a..5ad3f03 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaAllControls.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaAllControls.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaLink.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaLink.xhtml
index 86ad069..d720b35 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaLink.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaLink.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaNoControls.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaNoControls.xhtml
index 8b535cd..21ae805 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaNoControls.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaNoControls.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaQuicktime.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaQuicktime.xhtml
index 23b960b..abbeb98 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaQuicktime.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaQuicktime.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaReal.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaReal.xhtml
index 2ea5351..8b8f36f 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaReal.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaReal.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaTypical.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaTypical.xhtml
index 92c0fd4..43048f6 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaTypical.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaTypical.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaWindows.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaWindows.xhtml
index b39b74f..53782c6 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaWindows.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/mediaWindows.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/summary.xhtml
index d276359..e649350 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/graphic/media/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/inputColorCompact.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/inputColorCompact.xhtml
index 6d81cbf..eaf7fa3 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/inputColorCompact.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/inputColorCompact.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/inputColorDetailed.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/inputColorDetailed.xhtml
index 9b6635b..d6652ea 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/inputColorDetailed.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/inputColorDetailed.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/inputColorSimple.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/inputColorSimple.xhtml
index d83ab5f..fed9a41 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/inputColorSimple.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/inputColorSimple.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/summary.xhtml
index d207c5b..8272f71 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputColor/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputDate/inputDateDetailed.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputDate/inputDateDetailed.xhtml
index d573da8..bb3ab9c 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputDate/inputDateDetailed.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputDate/inputDateDetailed.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputDate/inputDateSimple.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputDate/inputDateSimple.xhtml
index 8267aff..50e1390 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputDate/inputDateSimple.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputDate/inputDateSimple.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputDate/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputDate/summary.xhtml
index 2f2a6a1..28dad8a 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputDate/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputDate/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputFile/inputFileDetailed.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputFile/inputFileDetailed.xhtml
index 345e50d..c344c10 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputFile/inputFileDetailed.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputFile/inputFileDetailed.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputFile/inputFileSimple.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputFile/inputFileSimple.xhtml
index bf1da83..beb8268 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputFile/inputFileSimple.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputFile/inputFileSimple.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputFile/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputFile/summary.xhtml
index e7703b7..a3602cf 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputFile/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputFile/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputHidden/inputHidden.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputHidden/inputHidden.xhtml
index 9e6baaa..d20c334 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputHidden/inputHidden.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputHidden/inputHidden.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputHidden/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputHidden/summary.xhtml
index 594fa21..016eafa 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputHidden/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputHidden/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputListOfValues/inputListOfValuesDetailed.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputListOfValues/inputListOfValuesDetailed.xhtml
index 925b50a..889845b 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputListOfValues/inputListOfValuesDetailed.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputListOfValues/inputListOfValuesDetailed.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputListOfValues/inputListOfValuesSimple.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputListOfValues/inputListOfValuesSimple.xhtml
index b02491c..f6f84da 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputListOfValues/inputListOfValuesSimple.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputListOfValues/inputListOfValuesSimple.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputListOfValues/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputListOfValues/summary.xhtml
index 9cb254e..436c8ca 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputListOfValues/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputListOfValues/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputNumberSpinbox/inputNumberSpinboxDetailed.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputNumberSpinbox/inputNumberSpinboxDetailed.xhtml
index 3163029..6f3532e 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputNumberSpinbox/inputNumberSpinboxDetailed.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputNumberSpinbox/inputNumberSpinboxDetailed.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputNumberSpinbox/inputNumberSpinboxSimple.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputNumberSpinbox/inputNumberSpinboxSimple.xhtml
index 6d62d54..ae850e6 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputNumberSpinbox/inputNumberSpinboxSimple.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputNumberSpinbox/inputNumberSpinboxSimple.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputNumberSpinbox/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputNumberSpinbox/summary.xhtml
index 51f5ef0..ac75d7f 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputNumberSpinbox/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputNumberSpinbox/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputText/inputTextDetailed.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputText/inputTextDetailed.xhtml
index 32a14fa..772b02e 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputText/inputTextDetailed.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputText/inputTextDetailed.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputText/inputTextSimple.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputText/inputTextSimple.xhtml
index cdd8486..e76523b 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputText/inputTextSimple.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputText/inputTextSimple.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputText/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputText/summary.xhtml
index 00c4cb0..c8826e8 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputText/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/input/inputText/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/borderLayout/panelBorderLayout.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/borderLayout/panelBorderLayout.xhtml
index 4adb25f..9f30688 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/borderLayout/panelBorderLayout.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/borderLayout/panelBorderLayout.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/borderLayout/panelBorderLayoutPositioned.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/borderLayout/panelBorderLayoutPositioned.xhtml
index d346349..a557054 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/borderLayout/panelBorderLayoutPositioned.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/borderLayout/panelBorderLayoutPositioned.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/borderLayout/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/borderLayout/summary.xhtml
index 543d413..be75bab 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/borderLayout/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/borderLayout/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/formLayout/panelFormLayoutLabelLeft.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/formLayout/panelFormLayoutLabelLeft.xhtml
index 70bd9fa..71f845a 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/formLayout/panelFormLayoutLabelLeft.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/formLayout/panelFormLayoutLabelLeft.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/formLayout/panelFormLayoutLabelTop.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/formLayout/panelFormLayoutLabelTop.xhtml
index b4b5b89..87bdf8b 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/formLayout/panelFormLayoutLabelTop.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/formLayout/panelFormLayoutLabelTop.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/formLayout/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/formLayout/summary.xhtml
index 4568b8c..82091d1 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/formLayout/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/formLayout/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/panelGroupLayoutDynamic.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/panelGroupLayoutDynamic.xhtml
index aaa7b03..774e451 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/panelGroupLayoutDynamic.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/panelGroupLayoutDynamic.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/panelGroupLayoutHorizontal.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/panelGroupLayoutHorizontal.xhtml
index 27ea7ae..52a6474 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/panelGroupLayoutHorizontal.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/panelGroupLayoutHorizontal.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/panelGroupLayoutVertical.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/panelGroupLayoutVertical.xhtml
index 88e37dc..eb98b40 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/panelGroupLayoutVertical.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/panelGroupLayoutVertical.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/summary.xhtml
index 2a99917..6d0f957 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/groupLayout/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutLeft.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutLeft.xhtml
index 96b3b64..86d3527 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutLeft.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutLeft.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutMiddle.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutMiddle.xhtml
index 9afc93b..3b4d662 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutMiddle.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutMiddle.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutRight.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutRight.xhtml
index f2e816c..19db627 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutRight.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutRight.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutTop.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutTop.xhtml
index 8633b9e..922bce2 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutTop.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/panelHorizontalLayoutTop.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/summary.xhtml
index 11cddbc..a87b7fa 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/horizontalLayout/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/separator/separator.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/separator/separator.xhtml
index 9c651be..a7282c2 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/separator/separator.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/separator/separator.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/separator/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/separator/summary.xhtml
index f951d8b..e765b4a 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/separator/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/separator/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/spacer/spacer.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/spacer/spacer.xhtml
index 01e694b..db5f8c2 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/spacer/spacer.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/spacer/spacer.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/spacer/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/spacer/summary.xhtml
index 50d4368..2175506 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/spacer/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/layout/spacer/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/breadCrumbs/breadCrumbsHorizontal.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/breadCrumbs/breadCrumbsHorizontal.xhtml
index 3423490..d2bfcbd 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/breadCrumbs/breadCrumbsHorizontal.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/breadCrumbs/breadCrumbsHorizontal.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/breadCrumbs/breadCrumbsVertical.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/breadCrumbs/breadCrumbsVertical.xhtml
index e3fa7f9..127f2d4 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/breadCrumbs/breadCrumbsVertical.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/breadCrumbs/breadCrumbsVertical.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/breadCrumbs/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/breadCrumbs/summary.xhtml
index 7ce39bb..58c9564 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/breadCrumbs/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/breadCrumbs/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/commandNavigationItem/commandNavigationItem.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/commandNavigationItem/commandNavigationItem.xhtml
index 7bd7227..481406f 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/commandNavigationItem/commandNavigationItem.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/commandNavigationItem/commandNavigationItem.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/commandNavigationItem/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/commandNavigationItem/summary.xhtml
index b338a06..f3b0a12 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/commandNavigationItem/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/commandNavigationItem/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneBar.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneBar.xhtml
index 8449702..d906d9b 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneBar.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneBar.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneButtons.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneButtons.xhtml
index cecebda..72a0760 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneButtons.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneButtons.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneChoice.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneChoice.xhtml
index b6c7b74..194e637 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneChoice.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneChoice.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneList.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneList.xhtml
index 2fcb6f1..1c83029 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneList.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneList.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneTabs.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneTabs.xhtml
index b778c64..8cce388 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneTabs.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/navigationPaneTabs.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/summary.xhtml
index cc49b50..fe485ea 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationPane/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationTree/navigationTree.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationTree/navigationTree.xhtml
index 613f86b..fb67c60 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationTree/navigationTree.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationTree/navigationTree.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationTree/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationTree/summary.xhtml
index 8a376b9..7ef9c84 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationTree/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/navigationTree/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/processChoiceBar.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/processChoiceBar.xhtml
index cdf2472..34b3c3c 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/processChoiceBar.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/processChoiceBar.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/processChoiceBar2.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/processChoiceBar2.xhtml
index 0a8fe39..b37526a 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/processChoiceBar2.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/processChoiceBar2.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/processChoiceBar3.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/processChoiceBar3.xhtml
index d4dea58..3aaae97 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/processChoiceBar3.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/processChoiceBar3.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/summary.xhtml
index c23bbb9..e2513c9 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/processChoiceBar/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/singleStepButtonBar/singleStepButtonBar.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/singleStepButtonBar/singleStepButtonBar.xhtml
index c27dadc..f534aa0 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/singleStepButtonBar/singleStepButtonBar.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/singleStepButtonBar/singleStepButtonBar.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/singleStepButtonBar/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/singleStepButtonBar/summary.xhtml
index 4d57813..6fc5d6b 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/singleStepButtonBar/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/singleStepButtonBar/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/companyInfo.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/companyInfo.xhtml
index ba0bdcb..9f8272f 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/companyInfo.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/companyInfo.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/generalInfo.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/generalInfo.xhtml
index ff84105..897e3f9 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/generalInfo.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/generalInfo.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/jsfSurvey.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/jsfSurvey.xhtml
index 86d03fd..0b8c480 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/jsfSurvey.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/jsfSurvey.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/summary.xhtml
index 2fcc994..9ef2271 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/trinidadSurvey.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/trinidadSurvey.xhtml
index 8159fa7..a275829 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/trinidadSurvey.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/trinidadSurvey.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/youAreDone.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/youAreDone.xhtml
index 4a71f06..ee0783c 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/youAreDone.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/train/youAreDone.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/summary.xhtml
index ad5c8a8..34f79a2 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/tree.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/tree.xhtml
index d4e5507..fa10e7c 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/tree.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/navigation/tree/tree.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartArea.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartArea.xhtml
index c7e0b7b..1ca0543 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartArea.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartArea.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartHorizontalBar.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartHorizontalBar.xhtml
index 8e68151..b6e1565 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartHorizontalBar.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartHorizontalBar.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendButtom.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendButtom.xhtml
index fbd70f0..305f387 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendButtom.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendButtom.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendTop.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendTop.xhtml
index 7d1c5be..3e18d93 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendTop.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartLegendTop.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartPie.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartPie.xhtml
index 5ef2c42..0bf7947 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartPie.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartPie.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartVerticalBar.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartVerticalBar.xhtml
index 309b915..2c3c7d3 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartVerticalBar.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/chartVerticalBar.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/summary.xhtml
index d018f93..ed8e171 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/chart/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/legend.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/legend.xhtml
index e110939..cdd27bb 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/legend.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/legend.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/summary.xhtml
index db42a04..ea8c704 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/legend/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageError.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageError.xhtml
index 7ace80a..dcf4302 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageError.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageError.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageHelp.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageHelp.xhtml
index fbcb931..c4fee37 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageHelp.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageHelp.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageInfo.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageInfo.xhtml
index 69f3eec..6c461a0 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageInfo.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageInfo.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageNone.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageNone.xhtml
index 584827d..59be1e4 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageNone.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageNone.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageWarning.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageWarning.xhtml
index 3453ded..d3e55ad 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageWarning.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/messageWarning.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/summary.xhtml
index 7712ca9..e25412d 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/message/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/messages/messages.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/messages/messages.xhtml
index 9ef0fa3..852093c 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/messages/messages.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/messages/messages.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/messages/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/messages/summary.xhtml
index 97d13ff..9def023 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/messages/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/messages/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputDocument/outputDocument.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputDocument/outputDocument.xhtml
index d919133..5cec85b 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputDocument/outputDocument.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputDocument/outputDocument.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputDocument/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputDocument/summary.xhtml
index a2eb5b1..fa9404b 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputDocument/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputDocument/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedInContextBrandingStyle.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedInContextBrandingStyle.xhtml
index 7eb896c..73ed836 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedInContextBrandingStyle.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedInContextBrandingStyle.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedInstructionStyle.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedInstructionStyle.xhtml
index 9ac24f7..a84697f 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedInstructionStyle.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedInstructionStyle.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedPageStampStyle.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedPageStampStyle.xhtml
index 6cee137..b9a2669 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedPageStampStyle.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/outputFormatedPageStampStyle.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/summary.xhtml
index a6cd35d..19a9652 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputFormated/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputLabel/outputLabel.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputLabel/outputLabel.xhtml
index f6459fe..7ae6409 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputLabel/outputLabel.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputLabel/outputLabel.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputLabel/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputLabel/summary.xhtml
index 7b8e67a..a3cde07 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputLabel/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputLabel/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputText/outputText.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputText/outputText.xhtml
index 70869a6..6db1056 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputText/outputText.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputText/outputText.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputText/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputText/summary.xhtml
index 26e94a6..d80e61e 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputText/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/outputText/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/progressIndicator/progressIndicator.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/progressIndicator/progressIndicator.xhtml
index ad1d49b..c5f76c2 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/progressIndicator/progressIndicator.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/progressIndicator/progressIndicator.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/progressIndicator/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/progressIndicator/summary.xhtml
index 9b89c5a..06c426d 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/progressIndicator/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/progressIndicator/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/statusIndicator/statusIndicator.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/statusIndicator/statusIndicator.xhtml
index 128df6d..5b225b2 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/statusIndicator/statusIndicator.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/statusIndicator/statusIndicator.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/statusIndicator/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/statusIndicator/summary.xhtml
index a8cedb8..2835392 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/statusIndicator/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/output/statusIndicator/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/form/form.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/form/form.xhtml
index bc06a48..997c339 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/form/form.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/form/form.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/form/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/form/summary.xhtml
index b602f91..3f4af98 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/form/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/form/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/group/group.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/group/group.xhtml
index fe720a9..0f204df 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/group/group.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/group/group.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/group/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/group/summary.xhtml
index a78ceaa..06214f7 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/group/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/group/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/pageCompact.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/pageCompact.xhtml
index a8309dc..2b3d048 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/pageCompact.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/pageCompact.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/pageExpanded.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/pageExpanded.xhtml
index d0516d9..5b34998 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/pageExpanded.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/pageExpanded.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/summary.xhtml
index 9c75de6..afab487 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/page/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseMany.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseMany.xhtml
index 4ac5237..7d31a92 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseMany.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseMany.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseNone.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseNone.xhtml
index 2e9ae6a..046147d 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseNone.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseNone.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseOne.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseOne.xhtml
index 900a898..40815c7 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseOne.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/panelAccordionDiscloseOne.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/summary.xhtml
index 14ab893..60b56f4 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelAccordion/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxDark.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxDark.xhtml
index e67a414..2c9cc5f 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxDark.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxDark.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxLight.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxLight.xhtml
index a7814d7..e725c68 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxLight.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxLight.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxMedium.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxMedium.xhtml
index 38499dd..e4159c7 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxMedium.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxMedium.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxTransparent.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxTransparent.xhtml
index 6e3c262..c8b93ee 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxTransparent.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/panelBoxTransparent.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/summary.xhtml
index 9dcbbcb..d8551cd 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelBox/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarCenter.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarCenter.xhtml
index 31cf97c..12e68ea 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarCenter.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarCenter.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarEnd.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarEnd.xhtml
index d6140e7..55b3890 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarEnd.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarEnd.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarLeft.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarLeft.xhtml
index c5a331e..43cc67c 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarLeft.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarLeft.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarRight.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarRight.xhtml
index 3b0b6f6..2b619f9 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarRight.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarRight.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarStart.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarStart.xhtml
index b8f03f6..8a2402c 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarStart.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/panelButtonBarStart.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/summary.xhtml
index 353e7e1..55f682b 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelButtonBar/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelCaptionGroup/panelCaptionGroup.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelCaptionGroup/panelCaptionGroup.xhtml
index 9097069..aca87ee 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelCaptionGroup/panelCaptionGroup.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelCaptionGroup/panelCaptionGroup.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelCaptionGroup/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelCaptionGroup/summary.xhtml
index a43dc5f..8f93e0f 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelCaptionGroup/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelCaptionGroup/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceButtom.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceButtom.xhtml
index 2a83fff..836c477 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceButtom.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceButtom.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceCenter.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceCenter.xhtml
index 07aa01f..0ca531d 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceCenter.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceCenter.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceStart.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceStart.xhtml
index ffb1e71..5263b2f 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceStart.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceStart.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceTop.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceTop.xhtml
index 426f5f4..4e02e4b 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceTop.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/panelChoiceTop.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/summary.xhtml
index bb667c9..8c3fbfb 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelChoice/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderConfirmationMessage.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderConfirmationMessage.xhtml
index 145faf9..2538a17 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderConfirmationMessage.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderConfirmationMessage.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderErrorMessage.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderErrorMessage.xhtml
index 8d86bd8..3981817 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderErrorMessage.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderErrorMessage.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderInfoMessage.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderInfoMessage.xhtml
index 4eaef78..8291ef9 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderInfoMessage.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderInfoMessage.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderNone.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderNone.xhtml
index ce2464d..795e173 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderNone.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderNone.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderWarningMessage.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderWarningMessage.xhtml
index 974795c..b3442aa 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderWarningMessage.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/panelHeaderWarningMessage.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/summary.xhtml
index 13a3984..1cdc5f6 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelHeader/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelLabelAndMessage/panelLabelAndMessage.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelLabelAndMessage/panelLabelAndMessage.xhtml
index 6a2bf24..2cd05ad 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelLabelAndMessage/panelLabelAndMessage.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelLabelAndMessage/panelLabelAndMessage.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelLabelAndMessage/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelLabelAndMessage/summary.xhtml
index f1bd13c..4467b5e 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelLabelAndMessage/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelLabelAndMessage/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelList/panelList.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelList/panelList.xhtml
index 039794f..4724286 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelList/panelList.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelList/panelList.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelList/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelList/summary.xhtml
index d90d783..9e8b1f2 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelList/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelList/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/panelPage.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/panelPage.xhtml
index 45b6d7c..f20f2c2 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/panelPage.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/panelPage.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/summary.xhtml
index ecb972a..c891f82 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPage/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderCompact.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderCompact.xhtml
index 4104068..74f1767 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderCompact.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderCompact.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderExpanded.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderExpanded.xhtml
index 5809199..0b5f3c4 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderExpanded.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/panelPageHeaderExpanded.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/summary.xhtml
index df476e1..0b25598 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPageHeader/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupCentered.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupCentered.xhtml
index 99d2784..4806aa7 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupCentered.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupCentered.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupHover.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupHover.xhtml
index f1f793d..012a45e 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupHover.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupHover.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupRelative.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupRelative.xhtml
index a6acbb3..0fbd43d 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupRelative.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/panelPopupRelative.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/summary.xhtml
index e721296..e61036b 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelPopup/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioCenter.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioCenter.xhtml
index 0fa2645..6948e65 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioCenter.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioCenter.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioEnd.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioEnd.xhtml
index ae45786..028636c 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioEnd.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioEnd.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioStart.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioStart.xhtml
index 18bd89b..996291c 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioStart.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioStart.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioTop.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioTop.xhtml
index 04a948e..127dbfe 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioTop.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/panelRadioTop.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/summary.xhtml
index c8cc7c4..2d3174d 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelRadio/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/panelSideBar.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/panelSideBar.xhtml
index 7d5a165..0f05e82 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/panelSideBar.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/panelSideBar.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/summary.xhtml
index 552d18e..b9e3992 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelSideBar/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/panelTabbedAbove.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/panelTabbedAbove.xhtml
index fa32dc9..c35b5da 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/panelTabbedAbove.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/panelTabbedAbove.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/panelTabbedBelow.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/panelTabbedBelow.xhtml
index 6937da9..6abccce 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/panelTabbedBelow.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/panelTabbedBelow.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/panelTabbedBoth.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/panelTabbedBoth.xhtml
index 35aace2..899fc34 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/panelTabbedBoth.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/panelTabbedBoth.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/summary.xhtml
index f3d5293..53d974a 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTabbed/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTip/panelTip.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTip/panelTip.xhtml
index a4d19da..f80aadd 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTip/panelTip.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTip/panelTip.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTip/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTip/summary.xhtml
index 2be8048..91b5c06 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTip/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/panel/panelTip/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseColor/chooseColor.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseColor/chooseColor.xhtml
index e253ca7..5675888 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseColor/chooseColor.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseColor/chooseColor.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseColor/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseColor/summary.xhtml
index bad4121..2b3cc7f 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseColor/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseColor/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseDate/chooseDate.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseDate/chooseDate.xhtml
index 9f991f2..e76e030 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseDate/chooseDate.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseDate/chooseDate.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseDate/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseDate/summary.xhtml
index 394c993..6cc9f29 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseDate/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/chooseDate/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanCheckbox/selectBooleanCheckboxDetailed.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanCheckbox/selectBooleanCheckboxDetailed.xhtml
index b8542de..8b09b02 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanCheckbox/selectBooleanCheckboxDetailed.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanCheckbox/selectBooleanCheckboxDetailed.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
@@ -28,7 +29,7 @@
         <tr:outputDocument value="Welcome to MyWebApp. If you want to continue to browse and use
                                   this web application you must agree to comply with and be bound
                                   by the terms and conditions of use, which together with our privacy
-                                  policy govern MyWebAppsÂ’s relationship with you in relation to
+                                  policy govern MyWebApps's relationship with you in relation to
                                   this website.">
             <f:facet name="title"> License Agreement
                 <tr:outputText value="Terms and conditions for MyWebApp usage"/>
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanCheckbox/selectBooleanCheckboxSimple.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanCheckbox/selectBooleanCheckboxSimple.xhtml
index 7470167..65e9008 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanCheckbox/selectBooleanCheckboxSimple.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanCheckbox/selectBooleanCheckboxSimple.xhtml
@@ -28,7 +28,7 @@
         <tr:outputDocument value="Welcome to MyWebApp. If you want to continue to browse and use
                                   this web application you must agree to comply with and be bound
                                   by the terms and conditions of use, which together with our privacy
-                                  policy govern MyWebAppsÂ’s relationship with you in relation to
+                                  policy govern MyWebApps's relationship with you in relation to
                                   this website.">
             <f:facet name="title"> License Agreement
                 <tr:outputText value="Terms and conditions for MyWebApp usage"/>
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanRadio/selectBooleanRadioDetailed.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanRadio/selectBooleanRadioDetailed.xhtml
index 67e7ca1..f29dc7a 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanRadio/selectBooleanRadioDetailed.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanRadio/selectBooleanRadioDetailed.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
@@ -26,7 +27,7 @@
     <ui:define name="demoContent">
 
         <tr:outputDocument
-                value="Welcome to MyWebApp. If you want to continue to browse and use this web application you must agree to comply with and be bound by the terms and conditions of use, which together with our privacy policy govern MyWebAppsÂ’s relationship with you in relation to this website.">
+                value="Welcome to MyWebApp. If you want to continue to browse and use this web application you must agree to comply with and be bound by the terms and conditions of use, which together with our privacy policy govern MyWebApps's relationship with you in relation to this website.">
             <f:facet name="title">
                 <tr:outputText value="Terms and conditions for MyWebApp usage"/>
             </f:facet>
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanRadio/selectBooleanRadioSimple.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanRadio/selectBooleanRadioSimple.xhtml
index ae18ca2..b1a67c9 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanRadio/selectBooleanRadioSimple.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanRadio/selectBooleanRadioSimple.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanRadio/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanRadio/summary.xhtml
index 2f22a10..69964f5 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanRadio/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectBooleanRadio/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectItem/selectItem.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectItem/selectItem.xhtml
index 4fd12f3..4427ff7 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectItem/selectItem.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectItem/selectItem.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectItem/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectItem/summary.xhtml
index 7654dfc..21ee960 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectItem/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectItem/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxDetailed.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxDetailed.xhtml
index 54e3b50..3d513c7 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxDetailed.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxDetailed.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxHorizontal.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxHorizontal.xhtml
index 64e5e51..652e4d9 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxHorizontal.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxHorizontal.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxSimple.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxSimple.xhtml
index 359a1b0..824783e 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxSimple.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/selectManyCheckboxSimple.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/summary.xhtml
index 6bc87fb..fc15e97 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyCheckbox/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxDetailed.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxDetailed.xhtml
index 44190b9..0b19f82 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxDetailed.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxDetailed.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxSimple.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxSimple.xhtml
index c8ee023..7fa6545 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxSimple.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/selectManyListboxSimple.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/summary.xhtml
index 047dc2a..45700f6 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyListbox/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/selectManyShuttleHideDescription.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/selectManyShuttleHideDescription.xhtml
index 7ffce3c..a260eb2 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/selectManyShuttleHideDescription.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/selectManyShuttleHideDescription.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/selectManyShuttleShowDescription.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/selectManyShuttleShowDescription.xhtml
index 5a398fb..8bb5afe 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/selectManyShuttleShowDescription.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/selectManyShuttleShowDescription.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/summary.xhtml
index 397792c..1b51d4b 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectManyShuttle/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceDetailed.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceDetailed.xhtml
index 4507c74..891bfc7 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceDetailed.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceDetailed.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceSimple.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceSimple.xhtml
index a57f3ce..3fb2537 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceSimple.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/selectOneChoiceSimple.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/summary.xhtml
index d0450a3..04881e7 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneChoice/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxDetailed.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxDetailed.xhtml
index 75d9363..7bc5fe5 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxDetailed.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxDetailed.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxSimple.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxSimple.xhtml
index 273bb0c..04314da 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxSimple.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/selectOneListboxSimple.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/summary.xhtml
index f5bff07..cc30923 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneListbox/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioDetailed.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioDetailed.xhtml
index 6437a76..5066c03 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioDetailed.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioDetailed.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioHorizontal.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioHorizontal.xhtml
index 964a7e0..e362b25 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioHorizontal.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioHorizontal.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioSimple.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioSimple.xhtml
index a6cf0e0..06c8082 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioSimple.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/selectOneRadioSimple.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/summary.xhtml
index 92d52fa..1f801bb 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOneRadio/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOrderShuttle/selectOrderShuttleHideDescription.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOrderShuttle/selectOrderShuttleHideDescription.xhtml
index 59d3b0c..04f4890 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOrderShuttle/selectOrderShuttleHideDescription.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOrderShuttle/selectOrderShuttleHideDescription.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOrderShuttle/selectOrderShuttleShowDescription.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOrderShuttle/selectOrderShuttleShowDescription.xhtml
index 51c18f9..baa9681 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOrderShuttle/selectOrderShuttleShowDescription.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOrderShuttle/selectOrderShuttleShowDescription.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOrderShuttle/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOrderShuttle/summary.xhtml
index 7e7d1d4..7bc5fdd 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOrderShuttle/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectOrderShuttle/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectRangeChoiceBar/selectRangeChoiceBar.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectRangeChoiceBar/selectRangeChoiceBar.xhtml
index 3075b3e..19ad5a9 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectRangeChoiceBar/selectRangeChoiceBar.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectRangeChoiceBar/selectRangeChoiceBar.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectRangeChoiceBar/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectRangeChoiceBar/summary.xhtml
index 36829a2..cbccb2d 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectRangeChoiceBar/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/select/selectRangeChoiceBar/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetail/showDetail.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetail/showDetail.xhtml
index 48b024d..08c6142 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetail/showDetail.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetail/showDetail.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetail/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetail/summary.xhtml
index eb8d6ef..91109ac 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetail/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetail/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderConfirmationMessage.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderConfirmationMessage.xhtml
index 0c772d7..774a6bf 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderConfirmationMessage.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderConfirmationMessage.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderErrorMessage.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderErrorMessage.xhtml
index 5c842fc..a4f5bca 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderErrorMessage.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderErrorMessage.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderInfoMessage.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderInfoMessage.xhtml
index 4b2b5d5..88fe2e2 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderInfoMessage.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderInfoMessage.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderNoneMessage.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderNoneMessage.xhtml
index c61188c..81b5ba1 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderNoneMessage.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderNoneMessage.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderWarningMessage.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderWarningMessage.xhtml
index 2325941..b194aee 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderWarningMessage.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/showDetailHeaderWarningMessage.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/summary.xhtml
index f78c13e..8f984df 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailHeader/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailItem/showDetailItem.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailItem/showDetailItem.xhtml
index ed7dad4..4b88aca 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailItem/showDetailItem.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailItem/showDetailItem.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailItem/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailItem/summary.xhtml
index b9acf4f..c2fe695 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailItem/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/showDetail/showDetailItem/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnCenter.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnCenter.xhtml
index 86f5a0b..c341a92 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnCenter.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnCenter.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnRight.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnRight.xhtml
index 6525779..b7ff51d 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnRight.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnRight.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnStart.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnStart.xhtml
index ac5d8ba..15597c8 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnStart.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/columnStart.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/summary.xhtml
index 3351591..ed710e0 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/column/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/summary.xhtml
index c89a1c1..f4a05f5 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableGridLines.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableGridLines.xhtml
index 46e7f98..b09a8bc 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableGridLines.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableGridLines.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableMultipleRowSelection.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableMultipleRowSelection.xhtml
index 66aa4d7..7aeed3f 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableMultipleRowSelection.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableMultipleRowSelection.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableNoGridLines.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableNoGridLines.xhtml
index 340c3f5..927063e 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableNoGridLines.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableNoGridLines.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tablePaginated.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tablePaginated.xhtml
index 41a6b4d..ca28ee7 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tablePaginated.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tablePaginated.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableShowHide.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableShowHide.xhtml
index 0c1630b..ae9af41 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableShowHide.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableShowHide.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableSingleRowSelection.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableSingleRowSelection.xhtml
index 34fd673..d7a6d70 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableSingleRowSelection.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/table/tableSingleRowSelection.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/summary.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/summary.xhtml
index f9aed39..5f2658e 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/summary.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/summary.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableDetailed.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableDetailed.xhtml
index 5da3400..c6fdc20 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableDetailed.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableDetailed.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableMultipleRowSelection.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableMultipleRowSelection.xhtml
index 83d639b..de26e85 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableMultipleRowSelection.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableMultipleRowSelection.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableNoGridLines.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableNoGridLines.xhtml
index 6a09743..ec59e40 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableNoGridLines.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableNoGridLines.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTablePathStamp.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTablePathStamp.xhtml
index c7dcc50..9475bd5 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTablePathStamp.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTablePathStamp.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSimple.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSimple.xhtml
index 1f6d187..773fec1 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSimple.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSimple.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSingleRowSelection.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSingleRowSelection.xhtml
index e61b72f..f99786e 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSingleRowSelection.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/components/table/treeTable/treeTableSingleRowSelection.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/feature/notImplemented.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/feature/notImplemented.xhtml
index 5a64ac3..208ad4e 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/feature/notImplemented.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/feature/notImplemented.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/componentDemo.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/componentDemo.xhtml
index 98de253..46d1e0b 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/componentDemo.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/componentDemo.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/demoSearch.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/demoSearch.xhtml
index a40a509..53b3d68 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/demoSearch.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/demoSearch.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/demoStart.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/demoStart.xhtml
index 062fd43..61c1d6e 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/demoStart.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/demoStart.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/featureDemo.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/featureDemo.xhtml
index fda3c7f..98ef5c8 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/featureDemo.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/featureDemo.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/notImplemented.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/notImplemented.xhtml
index 03bdce2..a9892a4 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/notImplemented.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/pages/notImplemented.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/e-mailContacts.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/e-mailContacts.xhtml
index 5ea15e9..ee39ff9 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/e-mailContacts.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/e-mailContacts.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/e-mailListReceived.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/e-mailListReceived.xhtml
index 72d8d50..337e61f 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/e-mailListReceived.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/e-mailListReceived.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/e-mailListSent.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/e-mailListSent.xhtml
index 7c74eb3..1a95392 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/e-mailListSent.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/e-mailListSent.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/e-mailTemplate.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/e-mailTemplate.xhtml
index 4cc5d1d..bdb7a04 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/e-mailTemplate.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/e-mailTemplate.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/newEmail.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/newEmail.xhtml
index 39b0553..c043aca 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/newEmail.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/samples/email/newEmail.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/componentsShowCaseTemplate.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/componentsShowCaseTemplate.xhtml
index 4fa95c0..4b984a2 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/componentsShowCaseTemplate.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/componentsShowCaseTemplate.xhtml
@@ -1,3 +1,4 @@
+<?xml version='1.0' encoding='UTF-8' ?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/featureDemosTemplate.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/featureDemosTemplate.xhtml
index 79246f4..2ea0a91 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/featureDemosTemplate.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/featureDemosTemplate.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/fragment/navigationBar.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/fragment/navigationBar.xhtml
index aa59720..425241f 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/fragment/navigationBar.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/fragment/navigationBar.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file
diff --git a/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/fragment/searchBar.xhtml b/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/fragment/searchBar.xhtml
index 3a29dd7..73a6a94 100644
--- a/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/fragment/searchBar.xhtml
+++ b/trinidad-examples/trinidad-components-showcase/src/main/webapp/template/fragment/searchBar.xhtml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
     or more contributor license agreements.  See the NOTICE file