| Date | 10 November 2000 |
|---|---|
| Started | 10:00 |
| Ended | 13: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.
Agenda item 30
Implementation of the United Nations New Agenda for the Development of Africa in the 1990s, including measures and recommendations agreed upon at its mid-term review
Report of the Secretary-General (A/55/350 and Add.1)
Mr. Kobayashi (Japan)
My Government welcomes the report on the mid-term review of the United Nations New Agenda for the Development of Africa in the 1990s (UN-NADAF), and would like to thank the Office of the Special Coordinator for Africa and the Least Developed Countries (OSCAL) for preparing this excellent report, as well as the one on the causes of conflict and the promotion of durable peace and sustainable development in Africa, which we discussed last week in the same context.
In sub-Saharan Africa, per capita income today is lower than it was in 1970 in real terms. Of the 44 least developed countries, 33 are in Africa. Almost half of the world's refugees and internally displaced persons are in Africa. Indeed, Africa is the only region where conflicts are increasing. There were more than 34 million people living with HIV/AIDS in the world as of the end of 1999, of which 24 million were in sub-Saharan Africa. This is a reality that we must face.
| <type 'exceptions.UnicodeEncodeError'> | Python 2.6.6: /usr/bin/python Thu Jun 20 10:30:50 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_55/meeting_57/highlight_A-RES-55-2' |
| /data/vhost/www.undemocracy.com/docs/trunk.py in maintrunk(pathpart='/generalassembly_55/meeting_57/highlight_A-RES-55-2') |
| 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-55-PV.57', 'gadice': '', 'gameeting': 57, 'gasession': 55, 'highlightdoclink': 'A-RES-55-2', 'htmlfile': '/home/undemocracy/undata/html/A-55-PV.57.html', 'pagefunc': 'gameeting', 'pdfinfo': <pdfinfo.PdfInfo instance>} |
| /home/undemocracy/unparse-live/web2/unpvmeeting.py in WriteHTML(fhtml='/home/undemocracy/undata/html/A-55-PV.57.html', pdfinfo=<pdfinfo.PdfInfo instance>, gadice='', highlightth='A-RES-55-2') |
| 348 elif re.match("italicline", dclass): |
| 349 if not gadice or agendagidcurrent == gadice: |
| 350 WriteItalicLine(gid, dclass, dtextmu) |
| 351 else: # all cases should have been handled |
| 352 print '<div class="%s" id="%s">' % (dclass, gid) |
| global WriteItalicLine = <function WriteItalicLine>, gid = u'pg001-bk04', dclass = u'italicline-tookchair', dtextmu = u'<p id="pg001-bk04-pa01">Mr. Dangue R\xe9waka (Gabon), Vice-President, took the Chair.</p>' |
| /home/undemocracy/unparse-live/web2/unpvmeeting.py in WriteItalicLine(gid=u'pg001-bk04', dclass=u'italicline-tookchair', dtext=u'<p id="pg001-bk04-pa01">Mr. Dangue R\xe9waka (Gabon), Vice-President, took the Chair.</p>') |
| 182 def WriteItalicLine(gid, dclass, dtext): |
| 183 print '<div class="act" id="%s">' % gid # dclass |
| 184 print re.sub("<(/?)p([^>]*)>", "<\\1span\\2>", dtext) |
| 185 print '</div>' |
| 186 |
| global re = <module 're' from '/usr/lib/python2.6/re.pyc'>, re.sub = <function sub>, dtext = u'<p id="pg001-bk04-pa01">Mr. Dangue R\xe9waka (Gabon), Vice-President, took the Chair.</p>' |
<type 'exceptions.UnicodeEncodeError'>: 'ascii' codec can't encode character u'\xe9' in position 39: ordinal not in range(128)
args =
('ascii', u'<span id="pg001-bk04-pa01">Mr. Dangue R\xe9waka (Gabon), Vice-President, took the Chair.</span>', 39, 40, 'ordinal not in range(128)')
encoding =
'ascii'
end =
40
message =
''
object =
u'<span id="pg001-bk04-pa01">Mr. Dangue R\xe9waka (Gabon), Vice-President, took the Chair.</span>'
reason =
'ordinal not in range(128)'
start =
39