ruby/enc/ebcdic.h
Hiroshi SHIBATA 7630a89a4b Use www.rfc-editor.org for RFC text.
We use the following site for that now:

* https://tools.ietf.org/ or http
* https://datatracker.ietf.org or http

Today, IETF said the official site of RFC is www.rfc-editor.org.

FYI: https://authors.ietf.org/en/references-in-rfcxml

I replaced them to www.rfc-editor.org.
2024-03-28 11:44:45 +09:00

11 lines
357 B
C

#include "regenc.h"
/* dummy for unsupported, non-ascii-based encoding */
ENC_DUMMY("IBM037");
ENC_ALIAS("ebcdic-cp-us", "IBM037");
/* we start with just defining a single EBCDIC encoding,
* hopefully the most widely used one.
*
* See http://www.iana.org/assignments/character-sets/character-sets.xhtml
* https://www.rfc-editor.org/rfc/rfc1345
*/