Sha256: 0145a196597fba075b9f2725782d638fa24b0df51c5a11fb2de330489ebad5f9

Contents?: true

Size: 801 Bytes

Versions: 46

Compression:

Stored size: 801 Bytes

Contents

#include "transcode_data.h"

<%
  require "big5-tbl"
  require "big5-hkscs-tbl"
  require "big5-uao-tbl"

  transcode_tblgen "Big5", "UTF-8", [["{00-7f}", :nomap], *BIG5_TO_UCS_TBL]
  transcode_tblgen "UTF-8", "Big5", [["{00-7f}", :nomap], *BIG5_TO_UCS_TBL.map {|a,b| [b,a] }]

  transcode_tblgen "Big5-HKSCS", "UTF-8", [["{00-7f}", :nomap], *BIG5_HKSCS_TO_UCS_TBL], ValidEncoding('Big5')
  transcode_tblgen "UTF-8", "Big5-HKSCS", [["{00-7f}", :nomap], *BIG5_HKSCS_TO_UCS_TBL.map {|a,b| [b,a] }]

  transcode_tblgen "Big5-UAO", "UTF-8", [["{00-7f}", :nomap], *BIG5_UAO_TO_UCS_TBL], ValidEncoding('Big5')
  transcode_tblgen "UTF-8", "Big5-UAO", [["{00-7f}", :nomap], *BIG5_UAO_TO_UCS_TBL.map {|a,b| [b,a] }]

%>

<%= transcode_generated_code %>

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

Version data entries

46 entries across 46 versions & 2 rubygems

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