| Date | 20 October 1994 |
|---|---|
| Started | 15:00 |
| Ended | 16:45 |
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 3
Credentials of representatives to the forty-ninth session of the General Assembly
(b) First report of the Credentials Committee (A/49/517)
The President
The draft resolution recommended by the Credentials Committee appears in paragraph 10 of its first report.
We shall now proceed to consider the draft resolution recommended by the Credentials Committee.
We shall first hear representatives who wish to speak in explanation of vote or position on the recommendation of the Credentials Committee. May I remind delegations that explanations of vote are limited to 10 minutes and should be made by delegations from their seats.
Mr. Amer (Libya)
As the General Assembly is about to approve the first report by the Credentials Committee, as it appears in document A/49/517, the fact that my delegation does not object to this report does not mean in any way that we recognize the credentials of the Israelis, because in spite of the latest developments regarding the Palestinian question, we do not find that this constitutes any comprehensive solution to this question, and that such solution will be achieved only by recognizing all the rights of the Palestinian people, foremost among which is their right to return to their land, to exercise self-determination and to establish a democratic state in Palestine where Arabs and Jews live together, with Al-Quds as its capital.
Mr. Oulia (Iran)
My delegation would like to express its reservation regarding paragraph 10 of the first report of the Credentials Committee (A/49/517) on the credentials of Israel. In line with the position of the Government of the Islamic Republic of Iran on the issue, my delegation wishes to dissociate itself from the parts of the said report referring to the approval of the credentials of Israel.
The President
We shall now take action on the recommendation of the Credentials Committee contained in paragraph 10 of its first report (A/49/517). The Committee adopted the draft resolution without a vote. May I take it that the Assembly wishes to do the same?
The President
We have thus concluded this stage of our consideration of sub-item (b) of agenda item 3.
Organization of work
The President
I wish to remind members that the deadline for submission, in writing, of the views of Member States on Programme 6 of the medium-term plan (Elimination of apartheid) contained in document A/49/6 (Prog. 6) - which will be transmitted to the Fifth Committee - is Wednesday, 26 October.
Agenda item 15
Elections to fill vacancies in principal organs
(a) Election of five non-permanent members of the Security Council
The President
The General Assembly will now proceed to the election of five non-permanent members of the Security Council to replace those members whose term of office expires on 31 December 1994.
The five non-permanent outgoing members are the following: Brazil, Djibouti, New Zealand, Pakistan and Spain. These five States cannot be re-elected and therefore their names should not appear on the ballot papers.
Apart from the five permanent members, the Security Council will include in 1995 the following States: Argentina, Czech Republic, Nigeria, Oman and Rwanda. The names of those States, therefore, should not appear on the ballot papers.
Of the five non-permanent members which will remain in office in 1995 three are from Africa and Asia, one is from Eastern Europe and one is from Latin America and the Caribbean.
Consequently, pursuant to paragraph 3 of General Assembly resolution 1991 A (XVIII) of 17 December 1963, the five non-permanent members should be elected according to the following pattern: two from Africa and Asia, one from Latin America and the Caribbean and two from the Group of Western European and Other States. The ballot papers reflect this pattern.
In accordance with the established practice, there is an understanding to the effect that, of the two States to be elected from Africa and Asia, one should be from Africa and one from Asia.
I should like to inform the Assembly that the number of candidates, not exceeding the number of seats to be filled, receiving the greatest number of votes and a two-thirds majority of those present and voting will be declared elected.
In the case of a tie vote for a remaining seat, there will be a restricted ballot limited to those candidates which have obtained an equal number of votes.
May I take it that the General Assembly agrees to that procedure?
The President
In accordance with rule 92 of the rules of procedure, the election shall be held by secret ballot, and there shall be no nominations.
I now call on the representative of the Gambia as Chairman of the Group of African States.
Mr. Jallow (Gambia)
On behalf of the African Group I am pleased to indicate that the African Group endorses the candidature of Botswana for the vacancy allocated to Africa in the Security Council.
The President
I now call on the representative of Samoa as Chairman of the Group of Asian States.
Mr. Slade (Samoa)
As Chairman of the Group of Asian States Samoa is honoured to inform the General Assembly that the Republic of Indonesia is the endorsed and sole candidate for election to the non-permanent seat in the Security Council allocated to the Asian region for the term 1995-1996.
The President
I now call on the representative of Paraguay as Chairman of the Group of Latin American and Caribbean States.
Mr. Fernandez Estigarribia (Paraguay)
The delegation of Paraguay as Chairman of the Latin American and Caribbean Group for this month has the honour of informing the General Assembly that the candidacy of the Republic of Honduras is endorsed by the Group as the only candidate from our region to become a member of the Security Council.
The President
I now call on the representative of Canada as Chairman of the Group of Western European and Other States.
--> -->
| <type 'exceptions.UnicodeEncodeError'> | Python 2.6.6: /usr/bin/python Wed May 22 08:55:52 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_49/meeting_40' |
| /data/vhost/www.undemocracy.com/docs/trunk.py in maintrunk(pathpart='/generalassembly_49/meeting_40') |
| 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-49-PV.40', 'gadice': '', 'gameeting': 40, 'gasession': 49, 'highlightdoclink': None, 'htmlfile': '/home/undemocracy/undata/html/A-49-PV.40.html', 'pagefunc': 'gameeting', 'pdfinfo': <pdfinfo.PdfInfo instance>} |
| /home/undemocracy/unparse-live/web2/unpvmeeting.py in WriteHTML(fhtml='/home/undemocracy/undata/html/A-49-PV.40.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'pg003-bk02', dtextmu = u'<h3 class="speaker"> <span class="name">Mrs. Fr\xe9...y and Italy, have been endorsed by our Group.</p>', councilpresidentnation = None |
| /home/undemocracy/unparse-live/web2/unpvmeeting.py in WriteSpoken(gid=u'pg003-bk02', dtext=u'<h3 class="speaker"> <span class="name">Mrs. Fr\xe9...y and Italy, have been endorsed by our Group.</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'/Canada/frechette', name = u'Mrs. Fr\xe9chette' |
<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="/Canada/frechette">Mrs. Fr\xe9chette</a>', 48, 49, 'ordinal not in range(128)')
encoding =
'ascii'
end =
49
message =
''
object =
u'<a class="name" href="/Canada/frechette">Mrs. Fr\xe9chette</a>'
reason =
'ordinal not in range(128)'
start =
48