| Date | 29 October 2004 |
|---|---|
| Started | 10:00 |
| Ended | 12:35 |
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.
Reports of the Fifth Committee
The President
If there is no proposal under rule 66 of the rules of procedure, I shall take it that the General Assembly decides not to discuss the reports of the Fifth Committee that are before the Assembly today.
The President
Statements will therefore be limited to explanations of vote. The positions of delegations regarding the recommendations of the Fifth Committee have been made clear in the Committee and are reflected in the relevant official records.
May I remind members that, under paragraph 7 of decision 34/401, the General Assembly agreed that,
"When the same draft resolution is considered in a Main Committee and in plenary meeting, a delegation should, as far as possible, explain its vote only once, i.e., either in the Committee or in plenary meeting, unless that delegation's vote in plenary meeting is different from the vote in the Committee."
May I remind delegations that, also in accordance with General Assembly decision 34/401, explanations of vote are limited to 10 minutes and should be made by delegations from their seats.
Before we begin to take action on the recommendations contained in the reports of the Fifth Committee, I should like to advise representatives that we are going to proceed to take decisions in the same manner as was done in the Fifth Committee, unless notified otherwise in advance. I should also hope that we may proceed to adopt without a vote those recommendations that were adopted without a vote in the Fifth Committee.
Agenda item 108
Programme budget for the biennium 2004-2005
Report of the Fifth Committee (A/59/448)
The President
The Assembly will take a decision on the draft resolution recommended by the Fifth Committee in paragraph 7 of its report. The draft resolution is entitled "Estimates in respect of special political missions, good offices and other political initiatives authorized by the General Assembly and/or the Security Council: United Nations support to the Cameroon-Nigeria Mixed Commission".
The Fifth Committee adopted the draft resolution without a vote. May I take it that the Assembly wishes to do the same?
The President
The Assembly has thus concluded this stage of its consideration of agenda item 108.
Agenda item 123
Administrative and budgetary aspects of the financing of the United Nations peacekeeping operations
Report of the Fifth Committee (A/59/532)
The President
The Assembly will take a decision on the draft decision recommended by the Fifth Committee in paragraph 7 of its report.
The Fifth Committee adopted the draft decision without a vote. May I take it that the Assembly wishes to do the same?
The President
The Assembly has thus concluded this stage of its consideration of agenda item 123.
Agenda item 129
Financing of the United Nations Mission of Support in East Timor
Report of the Fifth Committee (A/59/531)
The President
The Assembly will take a decision on the draft resolution recommended by the Fifth Committee in paragraph 8 of its report.
The Fifth Committee adopted the draft resolution without a vote. May I take it that the Assembly wishes to do the same?
The President
The Assembly has thus concluded this stage of its consideration of agenda item 129.
Agenda item 136
Financing of the United Nations Mission in Sierra Leone
Report of the Fifth Committee (A/59/527)
The President
The Assembly will take a decision on the draft resolution recommended by the Fifth Committee in paragraph 7 of its report.
The Fifth Committee adopted the draft resolution without a vote. May I take it that the Assembly wishes to do the same?
The President
The Assembly has thus concluded this stage of its consideration of agenda item 136.
Agenda item 153
Financing of the United Nations Operation in Burundi
Report of the Fifth Committee (A/59/528)
The President
The Assembly will now take a decision on the draft resolution recommended by the Fifth Committee in paragraph 7 of its report.
The Fifth Committee adopted the draft resolution without a vote. May I take it that the Assembly wishes to do the same?
The President
The Assembly has thus concluded this stage of its consideration of agenda item 153.
| <type 'exceptions.UnicodeEncodeError'> | Python 2.6.6: /usr/bin/python Sat May 18 10:10:51 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_59/meeting_46' |
| /data/vhost/www.undemocracy.com/docs/trunk.py in maintrunk(pathpart='/generalassembly_59/meeting_46') |
| 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-59-PV.46', 'gadice': '', 'gameeting': 46, 'gasession': 59, 'highlightdoclink': None, 'htmlfile': '/home/undemocracy/undata/html/A-59-PV.46.html', 'pagefunc': 'gameeting', 'pdfinfo': <pdfinfo.PdfInfo instance>} |
| /home/undemocracy/unparse-live/web2/unpvmeeting.py in WriteHTML(fhtml='/home/undemocracy/undata/html/A-59-PV.46.html', pdfinfo=<pdfinfo.PdfInfo instance>, gadice='', highlightth=None) |
| 330 print '<div class="discussion">' |
| 331 if not gadice or agendagidcurrent == gadice: |
| 332 WriteAgenda(gid, agendanum, dtextmu, pdfinfo.pdfc) |
| 333 elif dclass == "recvote": |
| 334 if not gadice or agendagidcurrent == gadice: |
| global WriteAgenda = <function WriteAgenda>, gid = u'pg002-bk17', agendanum = u'154-59', dtextmu = u'<p id="pg002-bk17-pa01">Agenda item 154</p>\n\t<p .../A-59-529" class="pdf">A/59/529</a>)</blockquote>', pdfinfo = <pdfinfo.PdfInfo instance>, pdfinfo.pdfc = 'A-59-PV.46' |
| /home/undemocracy/unparse-live/web2/unpvmeeting.py in WriteAgenda(gid=u'pg002-bk17', agnum=u'154-59', dtext=u'<p id="pg002-bk17-pa01">Agenda item 154</p>\n\t<p .../A-59-529" class="pdf">A/59/529</a>)</blockquote>', docid='A-59-PV.46') |
| 82 print '<div class="otheraglink">%s</div>' % lkothdisc |
| 83 |
| 84 print dtext |
| 85 print '</div>' |
| 86 |
| dtext = u'<p id="pg002-bk17-pa01">Agenda item 154</p>\n\t<p .../A-59-529" class="pdf">A/59/529</a>)</blockquote>' |
<type 'exceptions.UnicodeEncodeError'>: 'ascii' codec can't encode character u'\xf4' in position 134: ordinal not in range(128)
args =
('ascii', u'<p id="pg002-bk17-pa01">Agenda item 154</p>\n\t<p .../A-59-529" class="pdf">A/59/529</a>)</blockquote>', 134, 135, 'ordinal not in range(128)')
encoding =
'ascii'
end =
135
message =
''
object =
u'<p id="pg002-bk17-pa01">Agenda item 154</p>\n\t<p .../A-59-529" class="pdf">A/59/529</a>)</blockquote>'
reason =
'ordinal not in range(128)'
start =
134