UNdemocracy.com

General Assembly Session 63 meeting 71

Date18 December 2008
Started15:00
Ended16:15

Instructions

Click on the Link to this button beside the speech or paragraph to expand it to a useful panel containing:

  • The date of the speech
  • A link to the original page of the PDF document
  • A URL that can be used in most blogs
  • A structured Citation template suitable for use in a Wikipedia article.

Those last two rows ("URL" and "wiki") use textboxes to hide most of the text.

To access this text, right-click in the textbox with your mouse and choose "Select All", then right-click again and choose "Copy". Now you can right-click into another window and choose "Paste" to get the text.

A-63-PV.71 2008-12-18 15:00 18 December 2008 [[18 December]] [[2008]] /
The President: Mr. D'Escoto Brockmann (Nicaragua)
In the absence of the President, Mr. Kpotsra (Togo), Vice-President, took the Chair.
The meeting was called to order at 3.10 p.m.

Agenda item 64 (continued)

Promotion and protection of human rights

(b) Human rights questions, including alternative approaches for improving the effective enjoyment of human rights and fundamental freedoms
Report of the Third Committee (A/63/430/Add.2)
The Acting President

Members will recall that the Assembly took action this morning on the draft resolutions contained in the report (see A/63/PV.70).

I shall now call on those representatives who wish to speak with respect to the resolutions adopted under this sub-item.

Mr. Lukiyantsev (Russia)

Last week, we commemorated the sixtieth anniversary of the adoption of the Universal Declaration of Human Rights. As Russian Federation President Medvedev stressed in a message sent to participants in the commemorative meeting of the General Assembly held on 10 December, goodwill and resolute effort on the part of all relevant actors, including States, international organizations and civil society institutions, are required if we are to overcome negative trends in the area of promoting and protecting human rights. The purpose is to ensure respect for human rights and help to build a more just world order, taking into account the diversity of today's world and traditional human values. As we have repeatedly noted, international cooperation in the area of human rights should contribute to the promotion of mutual trust, understanding and respect among States.

Russia is convinced that human rights should be a unifying, rather than a divisive, factor in international relations. Such an approach means that no issue that could lead to confrontation or division among United Nations Member States should be included in the agenda. Here, unfortunately, we are dealing with precisely such an issue. That is why we share many of the concerns expressed in the statement made at the 70th plenary meeting by the representative of the Syrian Arab Republic on behalf of a number of States.

While the Russian Federation is opposed to discrimination, intolerance, repression and acts of violence against persons of non-traditional sexual orientation, that narrow and specific issue should be addressed within the framework of existing international legal instruments for the protection of human rights. Artificially placing persons of non-traditional sexual orientation in a separate group could well overburden an already heavy General Assembly agenda and change the main focus of United Nations efforts to protect human rights and overcome discrimination and xenophobia.

Mr. Rachkov (Belarus)

The issues related to sexual orientation and gender identity are complex and varied. The Republic of Belarus believes that those issues, which are sensitive and uniquely narrow in scope, should not be considered hastily, requiring a particularly prudent and thoughtful approach.

The Republic of Belarus agrees that a consensual approach should be taken in respecting the rights of all social groups. We believe that human rights issues should not be addressed in a manner that leads to rifts or confrontations among Member States. Rather, they should be discussed in a spirit of equitable and mutually respectful dialogue, as called for in resolution 61/166, adopted by the General Assembly at its sixty-first session at the initiative of Belarus.

The Acting President

I call on the observer of the Observer State of the Holy See.

--> -->
 
 
<type 'exceptions.UnicodeEncodeError'>
Python 2.6.6: /usr/bin/python
Wed Jun 19 11:36:40 2013

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /data/vhost/www.undemocracy.com/docs/trunk.py in ()
  194 if __name__ == "__main__":
  195     pathpart = os.getenv("PATH_INFO")
  196     maintrunk(pathpart)
  197 
  198 
maintrunk = <function maintrunk>, pathpart = '/generalassembly_63/meeting_71'
 /data/vhost/www.undemocracy.com/docs/trunk.py in maintrunk(pathpart='/generalassembly_63/meeting_71')
  131     elif pagefunc == "gameeting":
  132         LogIncomingDB(hmap["docid"], hmap["gadice"] or "0", referrer, ipaddress, useragent, remadeurl)
  133         WriteHTML(hmap["htmlfile"], hmap["pdfinfo"], hmap["gadice"], hmap["highlightdoclink"])
  134     elif pagefunc == "agendanumexpanded":
  135         LogIncomingDB(pagefunc, hmap["agendanum"], referrer, ipaddress, useragent, remadeurl)
global WriteHTML = <function WriteHTML>, hmap = {'docid': 'A-63-PV.71', 'gadice': '', 'gameeting': 71, 'gasession': 63, 'highlightdoclink': None, 'htmlfile': '/home/undemocracy/undata/html/A-63-PV.71.html', 'pagefunc': 'gameeting', 'pdfinfo': <pdfinfo.PdfInfo instance>}
 /home/undemocracy/unparse-live/web2/unpvmeeting.py in WriteHTML(fhtml='/home/undemocracy/undata/html/A-63-PV.71.html', pdfinfo=<pdfinfo.PdfInfo instance>, gadice='', highlightth=None)
  322         if dclass == "spoken":
  323             if not gadice or agendagidcurrent == gadice:
  324                 WriteSpoken(gid, dtextmu, councilpresidentnation)
  325         elif dclass == "subheading":
  326             if agendagidcurrent and (not gadice or agendagidcurrent == gadice):
global WriteSpoken = <function WriteSpoken>, gid = u'pg002-bk02', dtextmu = u'<h3 class="speaker"> <span class="name">Father B...do away with criminal penalties against them.</p>', councilpresidentnation = None
 /home/undemocracy/unparse-live/web2/unpvmeeting.py in WriteSpoken(gid=u'pg002-bk02', dtext=u'<h3 class="speaker"> <span class="name">Father B...do away with criminal penalties against them.</p>', councilpresidentnation=None)
   62 
   63     if personlink:
   64         print '<a class="name" href="%s">%s</a>' % (personlink, name),
   65     else:
   66         print '<span class="name">%s</span>' % name
personlink = u'/Holy_See/bene', name = u'Father Ben\xe9'

<type 'exceptions.UnicodeEncodeError'>: 'ascii' codec can't encode character u'\xe9' in position 48: ordinal not in range(128)
      args = ('ascii', u'<a class="name" href="/Holy_See/bene">Father Ben\xe9</a>', 48, 49, 'ordinal not in range(128)')
      encoding = 'ascii'
      end = 49
      message = ''
      object = u'<a class="name" href="/Holy_See/bene">Father Ben\xe9</a>'
      reason = 'ordinal not in range(128)'
      start = 48