Sha256: 811b7440775afad105e12527ed57f2b40796af297a3b5e6c08eb3d3ff6d8b59b

Contents?: true

Size: 486 Bytes

Versions: 130

Compression:

Stored size: 486 Bytes

Contents

#include "transcode_data.h"

<%
  require "euckr-tbl"
  require "cp949-tbl"

  transcode_tblgen "UTF-8", "EUC-KR", [["{00-7f}", :nomap], *UCS_TO_EUCKR_TBL]
  transcode_tblgen "EUC-KR", "UTF-8", [["{00-7f}", :nomap], *EUCKR_TO_UCS_TBL]
  transcode_tblgen "UTF-8", "CP949", [["{00-7f}", :nomap], *UCS_TO_CP949_TBL]
  transcode_tblgen "CP949", "UTF-8", [["{00-7f}", :nomap], *CP949_TO_UCS_TBL]
%>

<%= transcode_generated_code %>

void
Init_korean(void)
{
<%= transcode_register_code %>
}

Version data entries

130 entries across 130 versions & 2 rubygems

Version Path
rhodes-5.5.18 platform/shared/ruby/enc/trans/korean.trans
rhodes-5.5.17 platform/shared/ruby/enc/trans/korean.trans
rhodes-5.5.15 platform/shared/ruby/enc/trans/korean.trans
rhodes-5.5.0.22 platform/shared/ruby/enc/trans/korean.trans
rhodes-5.5.2 platform/shared/ruby/enc/trans/korean.trans
rhodes-5.5.0.7 platform/shared/ruby/enc/trans/korean.trans
rhodes-5.5.0.3 platform/shared/ruby/enc/trans/korean.trans
rhodes-5.5.0 platform/shared/ruby/enc/trans/korean.trans
tauplatform-1.0.3 platform/shared/ruby/enc/trans/korean.trans
tauplatform-1.0.2 platform/shared/ruby/enc/trans/korean.trans
tauplatform-1.0.1 platform/shared/ruby/enc/trans/korean.trans
rhodes-3.5.1.12 platform/shared/ruby/enc/trans/korean.trans
rhodes-3.3.5 platform/shared/ruby/enc/trans/korean.trans
rhodes-3.4.2 platform/shared/ruby/enc/trans/korean.trans
rhodes-3.3.4 platform/shared/ruby/enc/trans/korean.trans
rhodes-3.3.3 platform/shared/ruby/enc/trans/korean.trans
rhodes-3.3.3.beta.4 platform/shared/ruby/enc/trans/korean.trans
rhodes-3.3.3.beta.3 platform/shared/ruby/enc/trans/korean.trans
rhodes-3.3.3.beta.2 platform/shared/ruby/enc/trans/korean.trans
rhodes-3.3.3.beta.1 platform/shared/ruby/enc/trans/korean.trans