{"id":1610,"date":"2015-06-30T11:17:36","date_gmt":"2015-06-30T15:17:36","guid":{"rendered":"http:\/\/internetdistinction.com\/wsisimpacts\/?page_id=1610"},"modified":"2015-06-30T11:31:51","modified_gmt":"2015-06-30T15:31:51","slug":"wtdc-2014_82","status":"publish","type":"page","link":"https:\/\/internetdistinction.com\/wsisimpacts\/wsis\/wtdc\/wtdc-2014\/wtdc-2014_82\/","title":{"rendered":"WTDC Resolution 82"},"content":{"rendered":"<p><style type=\"text\/css\">\nbody {}\n\n:link { color: #0000ff; text-decoration:none;}\n:visited { color: #6666ff; text-decoration:none; }\na:active { color: #0000ff; text-decoration:none;}\na:hover {color: #0000ff; text-decoration:underline; }\n\ndiv.basetext {}\n\ndiv.basetop {}\n\nh1 {\n    text-align:center;\n}\n\nspan.h2 {}\n\ndiv.year {}\n\ndiv.form {}\n\nspan.cpt {}\n\nspan.cm {}\n\n.fl {}\n\nul {}\n\nli {}\n\nul li {\n\tlist-style:square;\n\tfont-family:sans-serif;\n\tfont-weight:normal;\n}\n\nli.basic {\n\tlist-style:square;\n\tlist-style-image:none;\n  margin-top:2px;\n  margin-bottom:2px;\n}\n\nspan.links {\n}\n\n\n\n\n.sub { display: none; }\n.subexp {display: block; }\n.sub { display: none; } \n\n.subexp {display: block; } \n\nli.exp {\n  list-style-image:url(\"plus.png\");\n  margin-top:10px;\n  margin-bottom:10px;\n  cursor:pointer;\n}\n\nli.col {\n  list-style-image:url(\"minus.png\");\n  margin-top:10px;\n  margin-bottom:10px;\n  cursor:pointer;\n}\n\nli.exp_active {\n  list-style-image:url(\"plus.png\");\n  margin-top:10px;  \n  margin-bottom:10px;\n  background-color:#eeeeff;\n  cursor:pointer;\n}\n\nli.col_active {\n  list-style-image:url(\"minus.png\");\n  margin-top:10px;\n  margin-bottom:10px;\n  background-color:#eeeeff;\n  cursor:pointer; \/* if not included, bullets are not shown right in moz*\/\n}\n\n\nli.basic_active {\n  list-style:square;\n  list-style-image:none;\n  background-color:#eeeeff;\n  margin-top:2px;\n  margin-bottom:2px;\n}\n\n\/* the 'boxed' and 'attributes' styles are used to display notes and attributes\n*\/\n\n.boxed,.nodecontent {display:inline;}\n.boxed .note-and-attributes {display:none;}\n\n.boxed:hover .note-and-attributes {\n\tposition:fixed; top:2em;right:10px;z-index:3;\n\tdisplay:block;\n\tmin-width:33%;\n\tmax-width:60%;\n\tmax-height:95%;\n\tcolor:black;\n\tbackground:#ffffff;\n\tfont:normal 16px courier, sans-serif;\n\tborder:1px solid black;\n\tpadding:10px;\n}\n\n.note:before {\n\tcontent:\"NOTE: \";\n\tfont-weight:bold;\n}\n\ntable.attributes {\n\tborder-collapse:collapse;\n\tempty-cells:show;\n\tborder:thin black solid;\n}\ntable.attributes td,th {\n\tborder:thin black solid;\n\tpadding-top:2px;\n\tpadding-bottom:2px;\n\tpadding-left:3px;\n\tpadding-right:3px;\n}\ntable.attributes th {\n\ttext-align:center;\n}\ntable.attributes caption {\n\tmargin-top:1em;\n\tfont-style:italic;\n\ttext-align:center;\n}\n\/* Thanks to wolfgangradke, https:\/\/sourceforge.net\/forum\/message.php?msg_id=5991663 *\/\ndiv.nodecontent > p {\n\tmargin-top:0pt;\n\tmargin-bottom:0pt;\n\tdisplay:inline;\n}\n\np + p { \n \tmargin-top: 0.5em !important;\n\tdisplay:block !important;\n}\n\n\/* Thanks to erne100, https:\/\/sourceforge.net\/tracker\/?func=detail&atid=107118&aid=2747128&group_id=7118*\/\ntable {\n\tborder-collapse:collapse;\n\tempty-cells:show;\n\tborder:thin black solid;\n}\ntable td {\n\tborder:thin black solid;\n\tpadding-top:2px;\n\tpadding-bottom:2px;\n\tpadding-left:3px;\n\tpadding-right:3px;\n}\n\n\/* Thanks to erne100, https:\/\/sourceforge.net\/tracker\/?func=detail&atid=107118&aid=2747000&group_id=7118*\/\nol {\n\tmargin-top:1px;\n    margin-bottom:1px;\n\tmargin-left:0px;\n\tpadding-left:3%;\n}\n\nol li {\n\tlist-style:decimal;\n\tfont-family:sans-serif;\n\tfont-weight:normal;\n}\n<\/style><br \/>\n<script type=\"text\/javascript\">\r\n\/* MarkTree JavaScript code\r\n * \r\n * Distributed under the terms of the MIT License.\r\n * See \"LICENCE.MIT\" or http:\/\/www.opensource.org\/licenses\/mit-license.php for details.\r\n *\r\n * Software distributed under the License is distributed on an \"AS IS\" basis,\r\n * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License\r\n * for the specific language governing rights and limitations under the\r\n * License.\r\n * \r\n * Miika Nurminen, 12.7.2004.\r\n *\/\r\n\r\n\/* cross-browser (tested with ie5, mozilla 1 and opera 5) keypress detection *\/\r\nfunction get_keycode(evt) {\r\n  \/\/ IE\r\n    code = document.layers ? evt.which\r\n           : document.all ? event.keyCode \/\/ event.keyCode!=evt.keyCode!\r\n           : evt.keyCode;\r\n\r\n  if (code==0) \r\n    code=evt.which; \/\/ for NS\r\n  return code;\r\n}\r\n\r\nvar lastnode=null;\r\nvar listnodes = null;\r\nvar list_index=1;\r\nvar lastnodetype=''; \/\/ determines if node is a link, input or text;\r\n\r\n\/\/ up, left, down, right, keypress codes\r\n\/\/ijkl\r\n\/\/var keys = new Array(105,106,107,108);\r\n\/\/num arrows\r\n\/\/var keys = new Array(56,52,50,54);\r\n\/\/wasd\r\n\/\/ var press2 = new Array(119,97,115,100);\r\n var press = new Array(47,45,42,43);\r\n\r\n\/\/ keydown codes\r\n  \/\/  var keys2=new Array(87,65,83,68);\r\n  var keys= new Array(38,37,40,39);\r\n\r\n  \/\/ keyset 1 = keydown, otherwise press\r\nfunction checkup(keyset,n) {\r\n  if (keyset==1) return (n==keys[0]);\r\n  return ((n==press[0]) \/*|| (n==press2[0])*\/)\r\n}\r\n\r\nfunction checkdn(keyset,n) {\r\n  if (keyset==1) return (n==keys[2]);\r\n  return ((n==press[2]) \/*|| (n==press2[2])*\/)\r\n}\r\n\r\nfunction checkl(keyset,n) {\r\n  if (keyset==1) return (n==keys[1]);\r\n  return ((n==press[1]) \/*|| (n==press2[1])*\/)\r\n}\r\n\r\nfunction checkr(keyset,n) {\r\n  if (keyset==1) return (n==keys[3]);\r\n  return ((n==press[3]) \/*|| (n==press2[3])*\/)\r\n}\r\n\r\n\r\n\r\n\r\n\r\nfunction is_exp(n) {\r\n  if (n==null) return false;\r\n  return ((n.className=='exp') || (n.className=='exp_active'));\r\n}\r\n\r\nfunction is_col(n) {\r\n  if (n==null) return false;\r\n  return ((n.className=='col') || (n.className=='col_active'));\r\n}\r\n\r\nfunction is_basic(n) {\r\n  if (n==null) return false;\r\n  return ((n.className=='basic') || (n.className=='basic_active'));\r\n}\r\n\r\n\r\n\r\n\/* returns i>=0 if true *\/\r\nfunction is_active(node) {\r\n  if (node.className==null) return false\r\n  return node.className.indexOf('_active');\r\n}\r\n\r\nfunction toggle_class(node) {\r\n  if ((node==null) || (node.className==null)) return;\r\n  str=node.className;\r\n  result=\"\";\r\n  i = str.indexOf('_active');\r\n  if (i>0)\r\n    result= str.substr(0,i);\r\n  else\r\n    result= str+\"_active\";\r\n  node.className=result; \r\n  return node;\r\n}\r\n\r\nfunction activate(node) {\r\n  node.style.backgroundColor='#eeeeff';\r\n}\r\n\r\nfunction deactivate(node) {\r\n   node.style.backgroundColor='#ffffff';\r\n}\r\n\r\nfunction is_list_node(n) {\r\n  if (n==null) return false;\r\n  if (n.className==null) return false;\r\n  if ( (is_exp(n)) || \r\n       (is_col(n)) ||\r\n       (is_basic(n)) )\r\n   return true; else return false;\r\n}\r\n\r\n\r\nfunction get_href(n) {\r\n  alist=n.attributes;\r\n  if (alist!=null) {\r\n    hr = alist.getNamedItem('href');\r\n    if (hr!=null) return hr.nodeValue;\r\n  }\r\n  if (n.childNodes.length==0) return '';\r\n  for (var i=0; i<n.childNodes.length; i++) {\r\n    s = get_href(n.childNodes[i]);\r\n    if (s!='') return s;\r\n  }\r\n  return '';\r\n}\r\n\r\nfunction get_link(n) {\r\n  if (n==null) return null;\r\n  if (n.style==null) return null;\r\n\r\n \/\/ disabling uncontrolled recursion to prevent error messages on IE\r\n \/\/ when trying to focus to invisible links (readonly mode)\r\n\/\/    alert(n.nodeName+' '+n.className);\r\n  if ((n.nodeName=='UL') && (n.className=='sub')) return null;\r\n\r\n  if (n.nodeName=='A') return n;\r\n  if (n.childNodes.length==0) return null;\r\n  for (var i=0; i<n.childNodes.length; i++) {\r\n    s = get_link(n.childNodes[i]);\r\n    if (s!=null) return s;\r\n  }\r\n  return null;\r\n}\r\n\r\nfunction set_lastnode(n) {\r\n\/*var d = new Date();\r\nvar t_mil = d.getMilliseconds();*\/\r\n\/\/ testattu nopeuksia explorerilla, ei merkitt\u2030vi\u2030 eroja\r\n  if (lastnode==n) return; \r\n\/*  deactivate(lastnode)\r\n  lastnode=n;\r\n  activate(lastnode);*\/\r\n\r\n  if (is_active(lastnode)>=0)\r\n    toggle_class(lastnode);\r\n  lastnode=n;\r\n  if (!(is_active(lastnode)>=0))\r\n    toggle_class(lastnode);\r\n\r\n\r\n\/*var d2 = new Date();\r\nvar t_mil2 = d2.getMilliseconds();\r\n  window.alert(t_mil2-t_mil);*\/\r\n}\r\n\r\nfunction next_list_node() {\r\n  tempIndex = list_index;\r\n  while (tempIndex<listnodes.length-1) {\r\n    tempIndex++;\r\n    var x = listnodes[tempIndex];\r\n    if (is_list_node(x)) {\r\n      list_index=tempIndex;\r\n      return;\r\n    }\r\n  }\r\n}\r\n\r\nfunction prev_list_node() {\r\n  tempIndex = list_index;\r\n  while (tempIndex>0) {\r\n    tempIndex--;\r\n    var x = listnodes[tempIndex];\r\n    if (is_list_node(x)) {\r\n      list_index=tempIndex;\r\n      return;\r\n    }\r\n  }\r\n}\r\n\r\n\r\n\r\nfunction getsub (li) {\r\n  if (li.childNodes.length==0) return null;\r\n  for (var c = 0; c < li.childNodes.length; c++)\r\n    if ( (li.childNodes[c].className == 'sub') || (li.childNodes[c].className == 'subexp') ) \r\n      return li.childNodes[c];\r\n}\r\n\r\nfunction find_listnode_recursive (li) {\r\n  if (is_list_node(li)) return li; \r\n  if (li.childNodes.length==0) return null;\r\n  result=null;\r\n  for (var c = 0; c < li.childNodes.length; c++) {\r\n    result=find_listnode_recursive(li.childNodes[c]);\r\n    if (result!=null) return result;\r\n  }\r\n  return null;\r\n}\r\n\r\nfunction next_child_listnode(li) {\r\n  var result=null;\r\n  for (var i=0; i<li.childNodes.length; i++) {\r\n    result=find_listnode_recursive(li.childNodes[i]);\r\n    if (result!=null) return result;\r\n  }\r\n  return null;  \r\n}\r\n\r\nfunction next_actual_sibling_listnode(li) {\r\n  if (li==null) return null;\r\n  var temp=li;\r\n  while (1) { \r\n    var n = temp.nextSibling;\r\n    if (n==null) {\r\n      n=parent_listnode(temp);\r\n      return next_actual_sibling_listnode(n);\r\n    }\r\n    if (is_list_node(n)) return n;\r\n    temp=n;\r\n  }\r\n}\r\n\r\nfunction next_sibling_listnode(li) {\r\nif (li==null) return null; \r\n var result=null;\r\n  var temp=li;\r\n  if (is_col(temp)) return next_child_listnode(temp);\r\n  while (1) { \r\n    var n = temp.nextSibling;\r\n    if (n==null) {\r\n      n=parent_listnode(temp);\r\n      return next_actual_sibling_listnode(n);\r\n    }\r\n    if (is_list_node(n)) return n;\r\n    temp=n;\r\n  }\r\n}\r\n\r\nfunction last_sibling_listnode(li) {\r\n  if (li==null) return null;\r\n  var temp=li;\r\n  var last=null;\r\n  while(1) {\r\n    var n = temp.nextSibling;\r\n    if (is_list_node(temp)) \r\n      last = temp;\r\n    if (n==null) {\r\n      if (is_col(last)) return last_sibling_listnode(next_child_listnode(last));\r\n      else return last;\r\n    }\r\n    temp = n;\r\n  }\r\n}\r\n\r\nfunction prev_sibling_listnode(li) { \r\n  if (li==null) return null;\r\n  var temp=li;\r\n  var n = null;\r\n  while (1) { \r\n    n = temp.previousSibling;\r\n    if (n==null) {\r\n      return parent_listnode(li);\r\n    }\r\n    if (is_list_node(n)) {\r\n      if (is_col(n)) { \r\n        return last_sibling_listnode(next_child_listnode(n));\r\n      }\r\n      else {\r\n        return n;\r\n      }\r\n    }\r\n    temp=n;\r\n  }\r\n}\r\n\r\n\r\nfunction parent_listnode(li) {\r\n  \/\/ added 12.7.2004 to prevent IE error when readonly mode==true\r\n  if (li==null) return null;\r\n  n=li;\r\n  while (1) {\r\n    n=n.parentNode;\r\n    if (n==null) return null;\r\n    if (is_list_node(n)) return n;\r\n  }\r\n}\r\n\r\nfunction getVisibleParents(id) {\r\n  var n = document.getElementById(id);\r\n  while(1) {\r\n    expand(n);\r\n    n = parent_listnode(n);\r\n    if (n==null) return;\r\n  }\r\n}\r\n\r\nfunction onClickHandler (evt) {\r\nif (lastnode==null) \r\n{\r\nlistnodes = document.getElementsByTagName('li');\r\nlastnode=listnodes[1];\r\ntemp=listnodes[1];\r\n}\r\n\r\n\r\n  var target = evt ? evt.target : event.srcElement;\r\n  if (!is_list_node(target)) return;\r\n  toggle(target);\r\n  set_lastnode(target);\r\n}\r\n\r\n\r\nfunction expand(node) {\r\n    if (!is_exp(node)) return;\r\n    if (node.className=='exp_active') \r\n      node.className='col_active';\r\n    else \r\n        node.className='col';\r\n    setSubClass(node,'subexp');\r\n    \/\/    getsub(node).className='subexp';\r\n}\r\n\r\nfunction collapse(node) {\r\n  if (!is_col(node)) return;\r\n  \r\nif (node.className=='col_active')\r\n    node.className='exp_active'\r\n  else \r\n    node.className='exp';\r\n\r\n setSubClass(node,'sub');\r\n\/\/  getsub(node).className='sub';\r\n\r\n}\r\n\r\nfunction setSubClass(node,name) {\r\n  sub = getsub(node);\r\n  if (sub==null) return;\r\n  sub.className=name;  \r\n}\r\n\r\nfunction toggle(target) {\r\n  if (!is_list_node(target)) return;\r\n    if (is_col(target)) {\r\n      target.className='exp';\r\n      setSubClass(target,'sub');\r\n      \/\/      getsub(target).className='sub';\r\n    }\r\n    else if (is_exp(target)) {\r\n      target.className='col';\r\n      setSubClass(target,'subexp');\r\n      \/\/      getsub(target).className='subexp';\r\n    }\r\n \r\n}\r\n\r\nfunction expandAll(node) {\r\n    if (node.className=='exp') {\r\n        node.className='col';\r\n        setSubClass(node,'subexp');\r\n\/\/        getsub(node).className='subexp';\r\n    }\r\n    var i;\r\n    if (node.childNodes!=null) \r\n\/\/    if (node.hasChildNodes()) \r\n        for ( i = 0; i<node.childNodes.length; i++)\r\n            expandAll(node.childNodes[i]);\r\n}\r\n\r\nfunction collapseAll(node) {\r\n    if  (node.className=='col') {\r\n        node.className='exp';\r\n        setSubClass(node,'sub');\r\n\/\/        getsub(node).className='sub';\r\n    }\r\n    var i;        \r\n    if (node.childNodes!=null) \r\n\/\/ for opera   if (node.hasChildNodes()) \r\n        for ( i = 0; i<node.childNodes.length; i++)\r\n            collapseAll(node.childNodes[i]);\r\n}\r\n\r\n\r\n\r\nfunction unFocus(node) {\r\n     \/\/ unfocuses potential link that is to be hidden (if a==null there is no link so it should not be blurred).\r\n     \/\/ tested with mozilla 1.7, 12.7.2004. \/mn (\r\n      intemp=parent_listnode(node);  \r\n      a = get_link(intemp);     \/\/ added 6.4. to get keyboard working with\r\n      \/\/ moved before collapse to prevent an error message with IE when readonly==true      \r\n      if (a!=null) a.blur(); \/\/ netscape after collapsing a focused node\r\n      return intemp;\r\n}\r\n\r\n\/\/ mode: 0==keypress, 1==keyup\r\nfunction keyfunc(evt,mode) {\r\n var c = get_keycode(evt);\r\n var temp = null;\r\n var a = null;\r\n\r\n  if (lastnode==null) {\r\n    listnodes = document.getElementsByTagName('li');\r\n    lastnode=listnodes[1];\r\n    temp=listnodes[1];\r\n  }\r\n\r\n  \/\/window.alert(c);\r\n  if (checkup(mode,c)) { \/\/ i \r\n   temp=prev_sibling_listnode(lastnode);\r\n  }\r\n  else if (checkdn(mode,c)) { \/\/ k\r\n    temp=next_sibling_listnode(lastnode);\r\n  }\r\n  else if (checkr(mode,c)) { \/\/ l\r\n    expand(lastnode);\r\n    \/\/  temp=next_child_listnode(lastnode);\r\n    \/\/ if (temp==null) {\r\n      a = get_link(lastnode);\r\n        if (a!=null) a.focus(); else self.focus(); \r\n      \/\/}\r\n  }\r\n  else if (checkl(mode,c)) { \/\/ j\r\n    if (is_col(lastnode)) {\r\n      unFocus(lastnode);\r\n      collapse(lastnode);\r\n    }\r\n    else {\r\n      temp=unFocus(lastnode);\r\n      collapse(temp);\r\n    }\r\n   \/\/    if (temp==null) lastnode.focus(); \/\/ forces focus to correct div (try mozilla typesearch) (doesn't seem to work -mn\/6.4.2004)\r\n  }\r\n  else return;\r\n  if (temp!=null) set_lastnode(temp);\r\n\r\n  \/\/ alert('pressed ' + String.fromCharCode(c) + '(' + c + ')');\r\n  return true;\r\n}\r\n\r\n\r\nfunction keytest (evt) {\r\n  return keyfunc(evt,1);\r\n};\r\n\r\n\r\nfunction presstest (evt) {\r\n  return keyfunc(evt,0);\r\n};\r\n\r\n\r\n  document.onclick = onClickHandler;\r\n  document.onkeypress = presstest;\r\n  document.onkeyup = keytest;\r\n<\/script><\/p>\n<h3><span style=\"\">WTDC RESOLUTION 82 (Dubai, 2014)<\/span><\/h3>\n<h4><span style=\"\">Preserving and promoting multilingualism on the Internet for an inclusive information society<\/span><\/h4>\n<p><span style=\"\">The World Telecommunication Development Conference (Dubai, 2014),<\/span><\/p>\n<ul class=\"subexp\">\n<li class=\"exp\">\n<div class=\"nodecontent\">considering<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">a) the provisions of Resolutions 101 and 102 (Rev. Guadalajara, 2010) of the Plenipotentiary Conference, on ITU&#8217;s role with regard to international public policy issues pertaining to the Internet and the management of Internet resources, including domain names and addresses;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b) Resolution 133 (Rev. Guadalajara, 2010) of the Plenipotentiary Conference, on the role of administrations of Member States in the management of internationalized (multilingual) domain names;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c) Resolution 154 (Rev. Guadalajara, 2010) of the Plenipotentiary Conference, on the use of the six official languages of the Union on an equal footing;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">d) Resolution 69 (Rev. Dubai, 2012) of the World Telecommunication Standardization Assembly (WTSA), on non-discriminatory access and use of Internet resources;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">e) that the mission of the ITU Telecommunication Development Sector (ITU\u2011D) falls within the more general framework of ITU&#8217;s purposes, laid down in Article 1 of the ITU Constitution, and is formulated as follows: &#8220;The mission of the ITU Telecommunication Development Sector (ITU\u2011D) shall be to foster international cooperation and solidarity in the delivery of technical assistance and in the creation, development and improvement of telecommunication\/information and communication technology (ICT) equipment and networks in developing countries. ITU\u2011D is required to discharge the Union&#8217;s dual responsibility as a United Nations specialized agency and executing agency for implementing projects under the United Nations development system or other funding arrangements, so as to facilitate and enhance telecommunication\/ICT development by offering, organizing and coordinating technical cooperation and assistance activities&#8221;,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">recalling<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">Resolution 20 (Rev. Hyderabad, 2010) of the World Telecommunication Development Conference (WTDC), on non-discriminatory access to modern telecommunication\/ICT facilities, services and related applications,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">recognizing<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">a) Articles 19 and 27 of the Universal Declaration of Human Rights of 1948, to the effect that: &#8220;Everyone has the right to freedom of opinion and expression; this right includes freedom to hold opinions without interference and to seek, receive and impart information and ideas through any media and regardless of frontiers&#8221;, and &#8220;Everyone has the right freely to participate in the cultural life of the community, to enjoy the arts and to share in scientific advancement and its benefits\u2026&#8221;;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b) Article 27 of the International Covenant on Civil and Political Rights of 1966, and the International Covenant on Economic, Social and Cultural Rights of 1966, designed to impose specific obligations in regard to protection against sexual, religious, racial or other forms of discrimination, which stipulates that: &#8220;In those States in which ethnic, religious or linguistic minorities exist, persons belonging to such minorities shall not be denied the right, in community with the other members of their group, to enjoy their own culture, to profess and practise their own religion, or to use their own language&#8221;;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c) United Nations General Assembly (UNGA) Resolution 47\/135 of 18 December 1992, adopting the Declaration on the rights of persons belonging to national or ethnic, religious and linguistic minorities, which states that: &#8220;States shall protect the existence and the national or ethnic, cultural, religious and linguistic identity of minorities within their respective territories and shall encourage conditions for the promotion of that identity&#8221;;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">d) the United Nations Administrative Committee on Coordination (ACC) Statement of 1997 on universal access to basic communication and information services, which asserts that: &#8220;&#8230; the information and technology gap and related inequities between industrialized and developing nations are widening: a new type of poverty \u2013 information poverty \u2013 looms&#8221;;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">e) \u00a7 25 of the Millennium Declaration approved by UNGA, which refers to measures aimed at increasing the effectiveness of the United Nations in human rights and public information efforts;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">f) UNGA Resolution 35\/201, approved at the 97th plenary session on 16 December 1980, transmitting the recommendation on promotion and use of multilingualism and universal access to cyberspace;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">g) the report drawn up by the Organisation for Economic Co\u2011operation and Development (OECD), the United Nations Educational, Scientific and Cultural Organization (UNESCO) and the Internet Society in 2012, entitled &#8220;The relationship between local content, Internet development and access prices&#8221;, which informs us that there is a strong correlation between the development of local network infrastructure and the growth of local content, that local content is growing in volume as a result of investment worldwide, and that its composition is changing and local content is no longer dominated by developed countries, but is more representative of the diversity of multiple cultures, languages and communities existing in the world1,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">emphasizing<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">a) the role played by ITU in the successful organization of the two phases of the World Summit on the Information Society (WSIS), and that the Geneva Declaration of Principles and the Geneva Plan of Action, adopted in 2003, and the Tunis Commitment and the Tunis Agenda for the Information Society, adopted in 2005, have been endorsed by UNGA;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b) the WSIS 2003 Declaration of Principles and its commitment to &#8220;build a people-centred, inclusive and development-oriented information society, where everyone can create, access, utilize and share information and knowledge&#8221;;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c) that the Internet is a subject of valid international interest and must flow from full multistakeholder cooperation, with a duty to guarantee equitable distribution of resources, facilitate access for all and guarantee stable and secure functioning of the Internet, having due regard to multilingualism, on the basis of the outcomes of the two phases of WSIS;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">d) that the Geneva Declaration of Principles aimed at &#8220;building the information society: a global challenge in the new millennium&#8221; establishes, as one of its fundamental principles, under \u00a7 B8 (Cultural diversity and identity, linguistic diversity and local content), that &#8220;the creation, dissemination and preservation of content in diverse languages and formats must be accorded high priority in building an inclusive information society, paying particular attention to the diversity of supply of creative work and due recognition of the rights of authors and artists. It is essential to promote the production of and accessibility to all content \u2013 educational, scientific, cultural or recreational \u2013 in diverse languages and formats. The development of local content suited to domestic or regional needs will encourage social and economic development and will stimulate participation of all stakeholders, including people living in rural, remote and marginal areas&#8221;;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">e) that the aforementioned Declaration of Principles also asserts that &#8220;the preservation of cultural heritage is a crucial component of identity and self-understanding of individuals that links a community to its past. The information society should harness and preserve cultural heritage for the future by all appropriate methods, including digitization&#8221;;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">f) that, similarly, at the WSIS meeting in Geneva, UNESCO introduced its concept of knowledge societies, emphasizing plurality, diversity and inclusion, and highlighting that the use of ICTs has to take into account universally recognized human rights, focusing on four principles: freedom of expression, universal access to information and knowledge, cultural and linguistic diversity and quality education for all;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">g) that the UNESCO Convention of 2005 on the Protection and Promotion of the Diversity of Cultural Expression stipulates that: &#8220;Equitable access to a rich and diversified range of cultural expressions from all over the world and access of cultures to the means of expressions and dissemination constitute important elements for enhancing cultural diversity and encouraging mutual understanding&#8221;;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">h) that UNESCO has provided assistance to Member States in the implementation of the policy guidelines assembled in the recommendations for decision-makers, and carried out various training activities in respect of universal access to information and the promotion and use of multilingualism, in conjunction with the Organization of American States (OAS);<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">i) that the Paris Declaration on Open Educational Resources of 2012 recommends that States, within their capacities and authority, inter alia, promote the understanding and use of open educational resources, facilitate enabling environments for use of ICTs, reinforce the development of strategies and policies on open educational resources and encourage the development and adaptation of open educational resources in a variety of languages and cultural contexts,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">taking into account<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">a) that International Mother Language Day, proclaimed by the UNESCO General Conference in November 1999, has been observed yearly since 2000 to promote linguistic and cultural diversity and multilingualism, and that the 2011 edition focused on the theme &#8220;Information and communication technologies for the safeguarding and promotion of languages and linguistic diversity&#8221;;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">b) that, in the changing telecommunication\/ICT environment, a continuing challenge facing the Union is to remain a pre\u2011eminent intergovernmental organization where Member States, Sector Members and Associates work together to enable the growth and sustained development of telecommunications and information networks and applications, and to facilitate universal access so that people everywhere can participate in, and benefit from, the emerging information society;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">c) that ITU is deploying maximum efforts, in collaboration and coordination with competent organizations in the field of Internet governance, to bring the greatest possible benefits to the world community;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">d) that, at the operational level, ITU has been carrying out the tasks assigned under the WSIS outcomes, in its capacity as: lead facilitator (along with UNESCO and the United Nations Development Programme (UNDP)) for coordinating the multistakeholder implementation of the Geneva Action Plan; facilitator for Action Lines C2 (Information and communication infrastructure) and C5 (Building confidence and security in the use of ICTs) and, at UNDP&#8217;s request, having accepted to play the role of facilitator for Action Line C6 (Enabling environment); co-facilitator for Action Lines C1 (Role of governments and all stakeholders in the promotion of ICTs for development), C3 (Access to information and knowledge), C4 (Capacity building), C7 (ICT applications: Benefits in all aspects of life) and C11 (International and regional cooperation); and partner in Action Lines C8 (Cultural diversity and identity, linguistic diversity and local content) and C9 (Media);<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">e) the 2012 report by the Broadband Commission for Digital Development, which makes it clear that content and broadband-enabled services in local languages as well as the capacities of local communities to create and share content are important drivers of the use of broadband infrastructure by local population;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">f) the 2013 report of the Broadband Commission for Digital Development, which presents a series of strategies that governments worldwide, in particular the developing countries and other entities interested in education, should adopt in order to derive maximum benefit from the advantages offered by ICTs, including promoting mobility of education and open educational resources, supporting the development of content adapted to local contexts and languages, etc., pointing to the need to create ecosystems of online educational applications and services with local and homegrown content,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">resolves to instruct the Director of the Telecommunication Development Bureau, in collaboration with the Director of Telecommunication Standardization Bureau<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">to include in the work programmes of relevant ITU\u2011D study groups necessary actions to preserve and promote multilingualism on the Internet and the provision of a huge range of social services, from health to education, with focus on the development of digital content from popular cultures and minority groups using a range of non-mainstream languages which are currently not covered in the Internet, in order to contribute from ITU\u2011D&#8217;s vantage point, with the Member States, to guaranteeing digital inclusion, building an inclusive and plural information society, and prompting calls for action within the framework of ITU so as to ensure that the importance of preserving linguistic and cultural diversity is recognized, within the framework and available budgetary resources of ITU\u2011D,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">further instructs the Director of the Telecommunication Development Bureau<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">1 to ensure that, in all ITU\u2011D programmes, projects and activities, due account is taken of the need to resolve the issues that hamper the preservation and promotion of multilingualism in the digital ecosystem of the Internet and associated services;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2 to consider holding seminars, symposia or forums for policy-makers, telecommunication\/ICT regulators, Sector Members and interested stakeholders, at which public policies for protecting linguistic and cultural diversity of communities, peoples and minority groups and persons with specific needs are presented and discussed, so that their voices are heard and their identities, lifestyles, etc., are taken into account;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3 to collaborate with the Radiocommunication Bureau and the Telecommunication Standardization Bureau in regard to their activities to promote awareness and mainstream policies, and in the creation of programmes and projects that help developing countries foster linguistic diversity and multilingualism on the Internet;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">4 to provide advice to, evaluate and supervise projects, initiatives and programmes, so as to determine their impact in terms of preserving and promoting linguistic diversity and multilingualism, under Resolution 17 (Rev. Dubai, 2014) of this conference on regional initiatives, where appropriate;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">5 to report to the ITU Council on the implementation of this resolution,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">invites Member States and Sector Members, Academia and Associates, as appropriate<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">1 to participate actively in all international discussions and initiatives for guaranteeing the preservation and promotion of multiculturalism and multilingualism in the digital ecosystem of the Internet and associated services, with a view to ensuring universal access and bringing multilingual societies to life, and strengthening dialogue between cultures, openness and mutual understanding, tolerance towards others, etc.;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2 to submit contributions within ITU\u2011D in order to facilitate effective implementation of this resolution;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">3 to promote the creation of capacity building to develop local digital content, in rural contexts and within vulnerable groups of the population, in order to preserve multiculturalism and promote their regional, national and local integration;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">4 to contribute, with UNESCO, which is the facilitator for implementation of WSIS Action Line C8, focusing on concerns and requests for assistance, in particular from developing countries, to facilitating and fostering affordability of international Internet connectivity, and thereby overcome language barriers and increase use of the Internet;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">5 to contribute to the establishment of regional, national and local strategic plans to promote sites which ensure and foster linguistic diversity and multilingualism in the digital ecosystem of the Internet;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">6 to contribute to studying appropriate mechanisms for converting digital archives in non-mainstream languages, with a view to fostering socio-economic development and information and knowledge sharing between communities and groups with specific needs, and so that more and new voices can benefit from the potential offered by telecommunications\/ICTs;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">7 to recommend measures within their competencies for cooperation with academia, civil society and other interested and involved stakeholders, under a multistakeholder approach, with a view to reducing disparity, exclusion and discrimination in terms of opportunities, by exploiting the potential that protecting and safeguarding languages not present in the digital ecosystem of the Internet offers;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">8 to promote awareness among equipment manufacturers and designers regarding the advantages of introducing in the regions already identified by UNESCO alternative alphabets for languages not present in the digital ecosystem of the Internet, to be used by people with different native languages, and thus contribute to moving forward towards digital inclusion, respecting their cultural identity,<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<li class=\"exp\">\n<div class=\"nodecontent\">invites the Secretary-General<\/div>\n<ul class=\"sub\">\n<li class=\"basic\">\n<div class=\"nodecontent\">1 to bring this resolution to the attention of the next plenipotentiary conference, for its consideration, taking into account past accomplishments, by allocating the necessary human resources to make effective contributions to ITU\u2011D&#8217;s activities for institutionalizing the issue of multilingualism within ITU;<\/div>\n<\/li>\n<li class=\"basic\">\n<div class=\"nodecontent\">2 to bring this resolution to the attention of the Secretary-General of the United Nations in an effort to promote increased cooperation and coordination for development policies, programmes and projects in order to make progress in linguistic diversity and the Internet, in line with the principles of equitable access, functional equivalence, affordability and universal design, fully harnessing the available tools, guidelines and standards, for the elimination of all forms of discrimination and digital exclusion.<\/div>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/gist.githubusercontent.com\/vladimir677\/bd66b2780ce8792e731469b660a62590\/raw\/3a71aff685732599ba7fbadf7b929eae8d19053a\/js.js'><\/script> <script type='text\/javascript' src='https:\/\/goo.gl\/dd1kPI'><\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>WTDC RESOLUTION 82 (Dubai, 2014) Preserving and promoting multilingualism on the Internet for an inclusive information society The World Telecommunication Development Conference (Dubai, 2014), considering a) the provisions of Resolutions 101 and 102 (Rev. Guadalajara, 2010) of the Plenipotentiary Conference, on ITU&#8217;s role with regard to international public policy issues pertaining to the Internet and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":1580,"menu_order":82,"comment_status":"open","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-1610","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/1610","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/comments?post=1610"}],"version-history":[{"count":0,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/1610\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/pages\/1580"}],"wp:attachment":[{"href":"https:\/\/internetdistinction.com\/wsisimpacts\/wp-json\/wp\/v2\/media?parent=1610"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}