# Uconv

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Uconv
> Markdown URL: https://mediated.wiki/source/Uconv.md
> Source: https://en.wikipedia.org/wiki/Uconv
> Source revision: 1353625033
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

{{Short description|Coversion utility software}}
{{Lowercase title}}
In [computing](/source/computing), '''uconv''' is a command-line tool that is bundled with [International Components for Unicode](/source/International_Components_for_Unicode) that converts text files between different [character encoding](/source/character_encoding)s. It is very similar to the ''[iconv](/source/iconv)'' command that is part of the [Single UNIX Specification](/source/Single_UNIX_Specification) which is usually implemented using libiconv. In fact the command line options for transcoding are the same.<ref>{{Cite web
| title = uconv(1)
| first = Jonas
| last = Utterstroem
| first2 = Yves
| last2 = Arrouye
| work = Linux man page
| date = 2005
| access-date = 9 September 2018
| url = https://linux.die.net/man/1/uconv
| quote = 
}}</ref> The command ''uconv'' can also convert to and from [various Unicode normalization forms](/source/Unicode_equivalence). 

There is also an alternative implementation written in [Ruby](/source/Ruby_programming_language). It was written to supplement support of Japanese encoding in Ruby's XML Parser.<ref>[https://www.yoshidam.net/Ruby.html#uconv Ruby bindings]</ref>

==See also==
* {{anl|iconv}}
* {{anl|International Components for Unicode}}

==References==
{{reflist}}

Category:Unix text processing utilities
Category:Ruby (programming language)
{{Compu-library-stub}}

---
Adapted from the Wikipedia article [Uconv](https://en.wikipedia.org/wiki/Uconv) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Uconv?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
