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.
- Host: GitHub
- URL: https://github.com/cako/latin2utf8
- Owner: cako
- Created: 2013-03-07T18:27:09.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-08T18:13:18.000Z (over 13 years ago)
- Last Synced: 2023-03-12T09:41:55.550Z (over 3 years ago)
- Language: Perl
- Homepage:
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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``.