Paul Shinichi Itonaga

Paul Shinichi Itonaga (July 23, 1928 – December 10, 2016) was a Roman Catholic bishop.

Paul Shinichi Itonaga
Bishop of the Roman Catholic Diocese of Kagoshima
In office1969-2005
Orders
Ordination1952
Personal details
Born(1928-07-23)July 23, 1928
DiedDecember 10, 2016(2016-12-10) (aged 88)
DenominationRoman Catholic

Ordained to the priesthood in 1952, Itonaga served as bishop of the Roman Catholic Diocese of Kagoshima, Japan, from 1969 to 2005.[1]

Notes

  1. "Diocese of Kagoshima 鹿児島, Japan". gcatholic.org. Retrieved 2016-12-18.



gollark: Not sure what you were asking about, but erlang.
gollark: Ooh, erlang, we should use that.
gollark: ```javascriptimport { app } from "hyperapp"import { h } from 'ijk'interface Thing { name: String, children: () => Array<Thing> | Array<Thing>}const state = { count: 0} const actions = { down: value => state => ({ count: state.count - value }), up: value => state => ({ count: state.count + value })} const viewThing = ["div", ]const view = (state, actions) => h("nodeName", "attributes", "children")(["main", [ ["button", { onclick: () => actions.up(1) }, "Increase"], ["button", { onclick: () => actions.down(1) }, "Decrease"], state.count.toString(16)]]) app(state, actions, view, document.body)```Not related but hey it's <#348702212110680064>.
gollark: Ruby.
gollark: ```rubyputs "Hello, WOrld"```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.