summaryrefslogtreecommitdiff
path: root/archives/bin/resource-utf8
blob: 4dd2ff5a374170c8b3e498ec7ba702ca4f6fae8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<TextEncode>
utf-8; MHonArc::UTF8::to_utf8; MHonArc/UTF8.pm
</TextEncode>

<-- With data translated to UTF-8, it simplifies CHARSETCONVERTERS -->
<CharsetConverters override>
default; mhonarc::htmlize
</CharsetConverters>

<-- Need to also register UTF-8-aware text clipping function -->
<TextClipFunc>
MHonArc::UTF8::clip; MHonArc/UTF8.pm
</TextClipFunc>