Sha256: 57a8e5a166307195c131057c8dd475f4a747fedcb651eed20552e093e58bfe55

Contents?: true

Size: 317 Bytes

Versions: 84

Compression:

Stored size: 317 Bytes

Contents

#include "transcode_data.h"

<%
  require "big5-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_generated_code %>

void
Init_big5(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/big5.trans
rhodes-3.1.1.beta platform/shared/ruby/enc/trans/big5.trans
rhodes-3.1.0 platform/shared/ruby/enc/trans/big5.trans
rhodes-3.1.0.beta.5 platform/shared/ruby/enc/trans/big5.trans
rhodes-3.1.0.beta.4 platform/shared/ruby/enc/trans/big5.trans
rhodes-3.1.0.beta.3 platform/shared/ruby/enc/trans/big5.trans
rhodes-3.1.0.beta.2 platform/shared/ruby/enc/trans/big5.trans
rhodes-3.1.0.beta.1 platform/shared/ruby/enc/trans/big5.trans
rhodes-3.0.2 platform/shared/ruby/enc/trans/big5.trans
rhodes-3.0.2.beta.1 platform/shared/ruby/enc/trans/big5.trans
rhodes-3.0.1 platform/shared/ruby/enc/trans/big5.trans
rhodes-3.0.1.beta.8 platform/shared/ruby/enc/trans/big5.trans
rhodes-3.0.1.beta.7 platform/shared/ruby/enc/trans/big5.trans
rhodes-3.0.1.beta.6 platform/shared/ruby/enc/trans/big5.trans
rhodes-3.0.1.beta.5 platform/shared/ruby/enc/trans/big5.trans
rhodes-3.0.1.beta.4 platform/shared/ruby/enc/trans/big5.trans
rhodes-3.0.1.beta.3 platform/shared/ruby/enc/trans/big5.trans
rhodes-3.0.1.beta.2 platform/shared/ruby/enc/trans/big5.trans
rhodes-3.0.0 platform/shared/ruby/enc/trans/big5.trans
rhodes-3.0.0.beta.7 platform/shared/ruby/enc/trans/big5.trans