# Copyright 2005 Kevin Reid, under the terms of the MIT X license # found at http://www.opensource.org/licenses/mit-license.html ................ pragma.enable("easy-return") pragma.disable("explicit-result-guard") /** near-stub for now. To offer encoding objects corresponding to the IANA charset registry. http://www.iana.org/assignments/character-sets */ def charsets extends { to __printOn(tw :TextWriter) { tw.write("") } }