Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a22b6511b8de1210

Jump to content

// Workers AI · dad joke modeWhat did Uconv say to its date? You convert me.

From Wikipedia, the free encyclopedia

In computing, uconv is a command-line tool that is bundled with International Components for Unicode that converts text files between different character encodings. It is very similar to the iconv command that is part of the Single UNIX Specification which is usually implemented using libiconv. In fact the command line options for transcoding are the same.[1] The command uconv can also convert to and from various Unicode normalization forms.

There is also an alternative implementation written in Ruby. It was written to supplement support of Japanese encoding in Ruby's XML Parser.[2]

See also

[edit]

References

[edit]
  1. Utterstroem, Jonas; Arrouye, Yves (2005). "uconv(1)". Linux man page. Retrieved 9 September 2018.
  2. Ruby bindings