Edge Rewrite
// 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: a2627ad49be5d319

Jump to content

uconv

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