datatracker/ietf/templates/utf8_4byte_failed.html

22 lines
674 B
HTML

{% extends "base.html" %}
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% load origin %}
{% block title %}Unicode outside the Basic Multilingual Plane{% endblock %}
{% block content %}
{% origin %}
<h1>Unicode outside the Basic Multilingual Plane</h1>
<p class="alert alert-warning">
You submitted data containing unicode characters outside the Basic
Multilingual Plane. Such character cannot be stored in the database at
this time. If this causes inconvenience, please send an e-mail with
details to <a href="mailto:webmaster@ietf.org">webmaster@ietf.org</a>, in
order for us to understand the issue.
</p>
{% endblock %}