projects
/
p5sagit/p5-mst-13.2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
More CJK (just C, really) tables from Autrijus Tang
[p5sagit/p5-mst-13.2.git]
/
ext
/
Encode
/
TW
/
TW.pm
1
package Encode::TW;
2
use Encode;
3
our $VERSION = '0.02';
4
use XSLoader;
5
XSLoader::load('Encode::TW',$VERSION);
6
7
1;
8
__END__