mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00

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.
11 lines
357 B
C
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
|
|
*/
|