Sha256: 788f71f2fa046198b6354ab2c26fa2b89a715a66419b5f23d7961f70093318ce

Contents?: true

Size: 689 Bytes

Versions: 84

Compression:

Stored size: 689 Bytes

Contents

#include "transcode_data.h"

<%
  set_valid_byte_pattern 'GB2312', 'EUC-KR'
  set_valid_byte_pattern 'GB12345', 'EUC-KR'

  transcode_tblgen "GB2312", "UTF-8",
  [["{00-7f}", :nomap]] +
  citrus_decode_mapsrc("euc", 0x8080, "GB2312/UCS")

  transcode_tblgen "GB12345", "UTF-8",
  [["{00-7f}", :nomap]] +
  citrus_decode_mapsrc("euc", 0x8080, "GB12345/UCS")

  transcode_tblgen "UTF-8", "GB2312",
  [["{00-7f}", :nomap]] +
  citrus_decode_mapsrc("euc", 0x8080, "UCS/GB2312")

  transcode_tblgen "UTF-8", "GB12345",
  [["{00-7f}", :nomap]] +
  citrus_decode_mapsrc("euc", 0x8080, "UCS/GB12345")
%>

<%= transcode_generated_code %>

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

Version data entries

84 entries across 84 versions & 1 rubygems

Version Path
rhodes-3.1.1 platform/shared/ruby/enc/trans/chinese.trans
rhodes-3.1.1.beta platform/shared/ruby/enc/trans/chinese.trans
rhodes-3.1.0 platform/shared/ruby/enc/trans/chinese.trans
rhodes-3.1.0.beta.5 platform/shared/ruby/enc/trans/chinese.trans
rhodes-3.1.0.beta.4 platform/shared/ruby/enc/trans/chinese.trans
rhodes-3.1.0.beta.3 platform/shared/ruby/enc/trans/chinese.trans
rhodes-3.1.0.beta.2 platform/shared/ruby/enc/trans/chinese.trans
rhodes-3.1.0.beta.1 platform/shared/ruby/enc/trans/chinese.trans
rhodes-3.0.2 platform/shared/ruby/enc/trans/chinese.trans
rhodes-3.0.2.beta.1 platform/shared/ruby/enc/trans/chinese.trans
rhodes-3.0.1 platform/shared/ruby/enc/trans/chinese.trans
rhodes-3.0.1.beta.8 platform/shared/ruby/enc/trans/chinese.trans
rhodes-3.0.1.beta.7 platform/shared/ruby/enc/trans/chinese.trans
rhodes-3.0.1.beta.6 platform/shared/ruby/enc/trans/chinese.trans
rhodes-3.0.1.beta.5 platform/shared/ruby/enc/trans/chinese.trans
rhodes-3.0.1.beta.4 platform/shared/ruby/enc/trans/chinese.trans
rhodes-3.0.1.beta.3 platform/shared/ruby/enc/trans/chinese.trans
rhodes-3.0.1.beta.2 platform/shared/ruby/enc/trans/chinese.trans
rhodes-3.0.0 platform/shared/ruby/enc/trans/chinese.trans
rhodes-3.0.0.beta.7 platform/shared/ruby/enc/trans/chinese.trans