UNdemocracy.com

General Assembly Session 54 meeting 63

Date24 November 1999
Started15:00
Ended17:05

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-54-PV.63 1999-11-24 15:00 24 November 1999 [[24 November]] [[1999]] /
The President: Mr. Gurirab (Namibia)
In the absence of the President, Crown Prince Albert (Monaco), Vice-President, took the Chair.
The meeting was called to order at 3.15 p.m.

Agenda item 22 (continued)

Building a peaceful and better world through sport and the Olympic ideal

Draft resolution (A/54/L.26)
Mr. Zackheos (Cyprus)

I would like, at the outset, to express my pleasure at the great number of countries that joined in sponsoring the present draft resolution, which shows the importance that the international community places on the Olympic ideal.

The great challenge now is to take the first practical steps towards turning into reality the observance of the Olympic Truce during the Summer and Winter Olympics, starting with next year's Summer Olympics in Sydney, Australia. The Olympic Truce is an expression of the yearning of mankind for peace, understanding and reconciliation and for the noble notion of distinction based on honest competition. In the search for excellence every athlete is equal, and victory is the result of ability, training, hard work and perseverance. Discrimination with regard to a country or a person on grounds of race, religion, politics, sex or other characteristic is incompatible with the Olympic spirit.

It is important to strengthen adherence to Olympic ethics, especially the need to conduct the Games in a fair way. In this context, the efforts against the use of prohibited anabolic and other drugs are to be commended.

Cyprus, a small country, has since its independence followed an active foreign policy based on the principles of international law and the Charter of the United Nations, which coincide with and fully adhere to the Olympic ideals. The latest manifestation of our determination to become a bridge of peace in our sensitive region in the eastern Mediterranean and a homeland of harmony and understanding for all communities living on the island is the proposal of President Clerides for the demilitarization of Cyprus. On this solemn occasion, we renew our appeal for the acceptance of this proposal, so that Cyprus will be able to participate in the next Olympics as a reunited and peaceful State.

The people of Cyprus felt immense satisfaction over the decision of the International Olympic Committee concerning the hosting of the Olympic Games in Greece in 2004, the birthplace of the Olympic Movement. We interpret this decision as an appeal for a new beginning and as an expression of the collective will of mankind to make the twenty-first century a period of serious efforts for peace and the advancement of social progress and prosperity.

The twentieth century, which is approaching its end, has seen two world wars, ideological antagonisms, regional and local conflicts and the policy of ethnic cleansing. It is hoped that human rights and the respect of international law will be the norm of the day in the new millennium.

I would like, in conclusion, to express our appreciation for the great efforts of the International Olympic Committee in imbuing youth with these ideals, which is a guarantee of a better and more humane world.

--> -->
 
 
<type 'exceptions.UnicodeEncodeError'>
Python 2.6.6: /usr/bin/python
Sat May 18 12:32:29 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_54/meeting_63'
 /data/vhost/www.undemocracy.com/docs/trunk.py in maintrunk(pathpart='/generalassembly_54/meeting_63')
  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-54-PV.63', 'gadice': '', 'gameeting': 63, 'gasession': 54, 'highlightdoclink': None, 'htmlfile': '/home/undemocracy/undata/html/A-54-PV.63.html', 'pagefunc': 'gameeting', 'pdfinfo': <pdfinfo.PdfInfo instance>}
 /home/undemocracy/unparse-live/web2/unpvmeeting.py in WriteHTML(fhtml='/home/undemocracy/undata/html/A-54-PV.63.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-bk01', dtextmu = u'<h3 class="speaker"> <span class="name">Mr. Simo...ic spirit and who is a credit to his country.</p>', councilpresidentnation = None
 /home/undemocracy/unparse-live/web2/unpvmeeting.py in WriteSpoken(gid=u'pg002-bk01', dtext=u'<h3 class="speaker"> <span class="name">Mr. Simo...ic spirit and who is a credit to his country.</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'/Croatia/simonovic', name = u'Mr. Simonovic\xb4'

<type 'exceptions.UnicodeEncodeError'>: 'ascii' codec can't encode character u'\xb4' in position 55: ordinal not in range(128)
      args = ('ascii', u'<a class="name" href="/Croatia/simonovic">Mr. Simonovic\xb4</a>', 55, 56, 'ordinal not in range(128)')
      encoding = 'ascii'
      end = 56
      message = ''
      object = u'<a class="name" href="/Croatia/simonovic">Mr. Simonovic\xb4</a>'
      reason = 'ordinal not in range(128)'
      start = 55