<div dir="ltr"><div>Hi Alessio,</div><div><br></div><div>By 'compare with the code base' you mean checkout the 2.7.x branch and see what changed from my current install? And how will I know which changes will fix this problem?</div><div><br></div><div>Regarding the Issue, I'll try to open one up tomorrow</div><div><br></div><div>Cheers</div><div>Daniel<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Sep 12, 2018 at 11:42 AM Alessio Fabiani <<a href="mailto:alessio.fabiani@geo-solutions.it">alessio.fabiani@geo-solutions.it</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello Daniel,<div>I guess this issue has been fixed on 2.7.x branch already. Any chance to compare with the code base?</div><div><br></div><div>If not let me know, I'll try to extract the fix.</div><div><br></div><div>Also, could be useful if we track this discussion on an issue on GitHub.</div><div><br></div><div><br></div></div><br><div class="gmail_quote"></div><div class="gmail_quote"><div dir="ltr">Il giorno mer 12 set 2018 alle ore 14:20 Daniel Victoria <<a href="mailto:daniel.victoria@gmail.com" target="_blank">daniel.victoria@gmail.com</a>> ha scritto:<br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hi list,</div><div><br></div><div>I have GeoNode 2.8 installed from package in Ubuntu.</div><div><br></div><div>I uploaded several shapefiles along with their metadata in a xml file using `geonode importlayers` command. Everything worked fine and I can see the metadata using the `Metadata detail` button, including the accented characters in the title and keywords field. But when I try to edit the metadata (Edit layers \ metadata wizard) I get an error. Looking at the apache error log, is mentions a problem with encoding.</div><div><br></div><div>Any idea how to fix this? Bellow is the apache error log</div><div><br></div><div>Cheers</div><div>Daniel</div><div><br></div><div>--- Apache error log ---</div><div>[Wed Sep 12 06:55:17.755914 2018] [wsgi:error] [pid 30108:tid 139760428979968] Internal Server Error: /layers/geonode:go1_a01_2014_lasboundary/metadata<br>[Wed Sep 12 06:55:17.755940 2018] [wsgi:error] [pid 30108:tid 139760428979968] Traceback (most recent call last):<br>[Wed Sep 12 06:55:17.755945 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 132, in get_response<br>[Wed Sep 12 06:55:17.755955 2018] [wsgi:error] [pid 30108:tid 139760428979968]     response = wrapped_callback(request, *callback_args, **callback_kwargs)<br>[Wed Sep 12 06:55:17.755959 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/contrib/auth/decorators.py", line 22, in _wrapped_view<br>[Wed Sep 12 06:55:17.755962 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return view_func(request, *args, **kwargs)<br>[Wed Sep 12 06:55:17.755965 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/local/lib/python2.7/dist-packages/geonode/layers/views.py", line 1093, in layer_metadata<br>[Wed Sep 12 06:55:17.755969 2018] [wsgi:error] [pid 30108:tid 139760428979968]     getattr(settings, 'GROUP_MANDATORY_RESOURCES', False),<br>[Wed Sep 12 06:55:17.755972 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/shortcuts.py", line 67, in render<br>[Wed Sep 12 06:55:17.755975 2018] [wsgi:error] [pid 30108:tid 139760428979968]     template_name, context, request=request, using=using)<br>[Wed Sep 12 06:55:17.755978 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/loader.py", line 99, in render_to_string<br>[Wed Sep 12 06:55:17.755981 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return template.render(context, request)<br>[Wed Sep 12 06:55:17.755984 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/backends/django.py", line 74, in render<br>[Wed Sep 12 06:55:17.755988 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return self.template.render(context)<br>[Wed Sep 12 06:55:17.755991 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 210, in render<br>[Wed Sep 12 06:55:17.755994 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return self._render(context)<br>[Wed Sep 12 06:55:17.755997 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 202, in _render<br>[Wed Sep 12 06:55:17.756000 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return self.nodelist.render(context)<br>[Wed Sep 12 06:55:17.756003 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 905, in render<br>[Wed Sep 12 06:55:17.756006 2018] [wsgi:error] [pid 30108:tid 139760428979968]     bit = self.render_node(node, context)<br>[Wed Sep 12 06:55:17.756009 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/debug.py", line 79, in render_node<br>[Wed Sep 12 06:55:17.756012 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return node.render(context)<br>[Wed Sep 12 06:55:17.756015 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/loader_tags.py", line 135, in render<br>[Wed Sep 12 06:55:17.756019 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return compiled_parent._render(context)<br>[Wed Sep 12 06:55:17.756022 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 202, in _render<br>[Wed Sep 12 06:55:17.756025 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return self.nodelist.render(context)<br>[Wed Sep 12 06:55:17.756028 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 905, in render<br>[Wed Sep 12 06:55:17.756031 2018] [wsgi:error] [pid 30108:tid 139760428979968]     bit = self.render_node(node, context)<br>[Wed Sep 12 06:55:17.756034 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/debug.py", line 79, in render_node<br>[Wed Sep 12 06:55:17.756037 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return node.render(context)<br>[Wed Sep 12 06:55:17.756040 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/loader_tags.py", line 135, in render<br>[Wed Sep 12 06:55:17.756046 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return compiled_parent._render(context)<br>[Wed Sep 12 06:55:17.756050 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 202, in _render<br>[Wed Sep 12 06:55:17.756053 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return self.nodelist.render(context)<br>[Wed Sep 12 06:55:17.756056 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 905, in render<br>[Wed Sep 12 06:55:17.756059 2018] [wsgi:error] [pid 30108:tid 139760428979968]     bit = self.render_node(node, context)<br>[Wed Sep 12 06:55:17.756062 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/debug.py", line 79, in render_node<br>[Wed Sep 12 06:55:17.756065 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return node.render(context)<br>[Wed Sep 12 06:55:17.756068 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/loader_tags.py", line 135, in render<br>[Wed Sep 12 06:55:17.756071 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return compiled_parent._render(context)<br>[Wed Sep 12 06:55:17.756075 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 202, in _render<br>[Wed Sep 12 06:55:17.756078 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return self.nodelist.render(context)<br>[Wed Sep 12 06:55:17.756081 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 905, in render<br>[Wed Sep 12 06:55:17.756084 2018] [wsgi:error] [pid 30108:tid 139760428979968]     bit = self.render_node(node, context)<br>[Wed Sep 12 06:55:17.756087 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/debug.py", line 79, in render_node<br>[Wed Sep 12 06:55:17.756090 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return node.render(context)<br>[Wed Sep 12 06:55:17.756093 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/loader_tags.py", line 65, in render<br>[Wed Sep 12 06:55:17.756096 2018] [wsgi:error] [pid 30108:tid 139760428979968]     result = block.nodelist.render(context)<br>[Wed Sep 12 06:55:17.756099 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 905, in render<br>[Wed Sep 12 06:55:17.756102 2018] [wsgi:error] [pid 30108:tid 139760428979968]     bit = self.render_node(node, context)<br>[Wed Sep 12 06:55:17.756105 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/debug.py", line 79, in render_node<br>[Wed Sep 12 06:55:17.756109 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return node.render(context)<br>[Wed Sep 12 06:55:17.756112 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/loader_tags.py", line 65, in render<br>[Wed Sep 12 06:55:17.756115 2018] [wsgi:error] [pid 30108:tid 139760428979968]     result = block.nodelist.render(context)<br>[Wed Sep 12 06:55:17.756118 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 905, in render<br>[Wed Sep 12 06:55:17.756121 2018] [wsgi:error] [pid 30108:tid 139760428979968]     bit = self.render_node(node, context)<br>[Wed Sep 12 06:55:17.756124 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/debug.py", line 79, in render_node<br>[Wed Sep 12 06:55:17.756127 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return node.render(context)<br>[Wed Sep 12 06:55:17.756130 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/floppyforms/templatetags/floppyforms.py", line 500, in render<br>[Wed Sep 12 06:55:17.756136 2018] [wsgi:error] [pid 30108:tid 139760428979968]     output = nodelist.render(context)<br>[Wed Sep 12 06:55:17.756139 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 212, in render<br>[Wed Sep 12 06:55:17.756142 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return self._render(context)<br>[Wed Sep 12 06:55:17.756145 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 202, in _render<br>[Wed Sep 12 06:55:17.756148 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return self.nodelist.render(context)<br>[Wed Sep 12 06:55:17.756151 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 905, in render<br>[Wed Sep 12 06:55:17.756154 2018] [wsgi:error] [pid 30108:tid 139760428979968]     bit = self.render_node(node, context)<br>[Wed Sep 12 06:55:17.756158 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/debug.py", line 79, in render_node<br>[Wed Sep 12 06:55:17.756161 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return node.render(context)<br>[Wed Sep 12 06:55:17.756164 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/loader_tags.py", line 56, in render<br>[Wed Sep 12 06:55:17.756167 2018] [wsgi:error] [pid 30108:tid 139760428979968]     result = self.nodelist.render(context)<br>[Wed Sep 12 06:55:17.756170 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/base.py", line 905, in render<br>[Wed Sep 12 06:55:17.756173 2018] [wsgi:error] [pid 30108:tid 139760428979968]     bit = self.render_node(node, context)<br>[Wed Sep 12 06:55:17.756176 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/debug.py", line 79, in render_node<br>[Wed Sep 12 06:55:17.756179 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return node.render(context)<br>[Wed Sep 12 06:55:17.756182 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/template/debug.py", line 92, in render<br>[Wed Sep 12 06:55:17.756186 2018] [wsgi:error] [pid 30108:tid 139760428979968]     output = force_text(output)<br>[Wed Sep 12 06:55:17.756189 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/utils/encoding.py", line 92, in force_text<br>[Wed Sep 12 06:55:17.756192 2018] [wsgi:error] [pid 30108:tid 139760428979968]     s = six.text_type(s)<br>[Wed Sep 12 06:55:17.756195 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/utils/html.py", line 404, in <lambda><br>[Wed Sep 12 06:55:17.756198 2018] [wsgi:error] [pid 30108:tid 139760428979968]     klass.__unicode__ = lambda self: mark_safe(klass_unicode(self))<br>[Wed Sep 12 06:55:17.756201 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/forms/forms.py", line 537, in __str__<br>[Wed Sep 12 06:55:17.756204 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return self.as_widget()<br>[Wed Sep 12 06:55:17.756207 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/lib/python2.7/dist-packages/django/forms/forms.py", line 593, in as_widget<br>[Wed Sep 12 06:55:17.756211 2018] [wsgi:error] [pid 30108:tid 139760428979968]     return force_text(widget.render(name, self.value(), attrs=attrs))<br>[Wed Sep 12 06:55:17.756214 2018] [wsgi:error] [pid 30108:tid 139760428979968]   File "/usr/local/lib/python2.7/dist-packages/geonode/base/forms.py", line 115, in render<br>[Wed Sep 12 06:55:17.756217 2018] [wsgi:error] [pid 30108:tid 139760428979968]     vals = ','.join([str(<a href="http://i.tag.name" target="_blank">i.tag.name</a>) for i in values])<br>[Wed Sep 12 06:55:17.756220 2018] [wsgi:error] [pid 30108:tid 139760428979968] UnicodeEncodeError: 'ascii' codec can't encode character u'\\xe1' in position 3: ordinal not in range(128)<br></div><div><br></div><div><br></div></div></blockquote></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
_______________________________________________<br>
geonode-users mailing list<br>
<a href="mailto:geonode-users@lists.osgeo.org" target="_blank">geonode-users@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/geonode-users" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/geonode-users</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="m_-9002421521610812469gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div style="font-size:12.8px"><span><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-family:Arial;font-size:11pt;white-space:pre-wrap">==</span><br></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">GeoServer Professional Services from the experts! Visit <a href="http://goo.gl/it488V" target="_blank">http://goo.gl/it488V</a> for more information.</span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">==</span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">Ing. Alessio Fabiani</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">@alfa7691</span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">Founder/Technical Lead</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">GeoSolutions S.A.S.</span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><a href="https://maps.google.com/?q=Via+di+Montramito+3/A+-++55054+%C2%A0Massarosa&entry=gmail&source=g">Via di Montramito 3/A - </a></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><a href="https://maps.google.com/?q=Via+di+Montramito+3/A+-++55054+%C2%A0Massarosa&entry=gmail&source=g">55054  Massarosa</a> (LU) - </span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">Italy</span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">phone: <a href="tel:+39%200584%20962313" value="+390584962313" target="_blank">+39 0584 962313</a></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">fax:     <a href="tel:+39%200584%20166%200272" value="+3905841660272" target="_blank">+39 0584 1660272</a></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">mob:   <a href="tel:+39%20331%20623%203686" value="+393316233686" target="_blank">+39 331 6233686</a></span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><a href="http://www.geo-solutions.it" target="_blank">http://www.geo-solutions.it</a></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><a href="http://twitter.com/geosolutions_it" target="_blank">http://twitter.com/geosolutions_it</a></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#222222;background-color:#ffffff;font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">-------------------------------------------------------</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:italic;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">Con riferimento alla normativa sul trattamento dei dati personali (Reg. UE 2016/679 - Regolamento generale sulla protezione dei dati “GDPR”), si precisa che ogni circostanza inerente alla presente email (il suo contenuto, gli eventuali allegati, etc.) è un dato la cui conoscenza è riservata al/i solo/i destinatario/i indicati dallo scrivente. Se il messaggio Le è giunto per errore, è tenuta/o a cancellarlo, ogni altra operazione è illecita. Le sarei comunque grato se potesse darmene notizia.</span></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:italic;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:italic;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap">This email is intended only for the person or entity to which it is addressed and may contain information that is privileged, confidential or otherwise protected from disclosure. We remind that - as provided by European Regulation 2016/679 “GDPR” - copying, dissemination or use of this e-mail or the information herein by anyone other than the intended recipient is prohibited. If you have received this email by mistake, please notify us immediately by telephone or e-mail.</span><span style="font-size:11pt;font-family:Arial;color:#000000;background-color:transparent;font-weight:400;font-style:italic;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap;white-space:pre-wrap"><br></span></p></span></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
</blockquote></div>