An open API service indexing awesome lists of open source software.

https://github.com/cako/latin2utf8

In TeX files, converts latin1 commands to native utf8 characters and vice versa.
https://github.com/cako/latin2utf8

Last synced: 8 months ago
JSON representation

In TeX files, converts latin1 commands to native utf8 characters and vice versa.

Awesome Lists containing this project

README

          

latin2utf8
==========

Description
-----------
In TeX files, converts latin1 commands to native utf8 characters and vice versa.

Usage
-----
The following line will convert ``file.tex`` to native utf8 characters and will
save the original file in ``file.tex.bak``.

```bash
$ latin2utf8.pl file.tex
```

Ditto for ``utf82latin.pl``.