Re: East european characters from LaTex to UTF8
- From: Joost Diepenmaat <joost@xxxxxxxxx>
- Date: 30 Nov 2007 19:33:01 GMT
On Fri, 30 Nov 2007 08:11:12 -0800, Francois wrote:
Hi
With the module TeX::Encode and Encode, I convert characters from LaTex
to UTF8. It works great except for characters use in Slovacia, for
example c or z with caron: č ž
Which encoding are your original latex files? Plain 7bit ASCII or
ISO-8859-1 with latex markup for the special characters or something else?
If something else, it may help to open/read the latex files using the
right "lower level" encoding layer, for example, if you're using cp1250
for the latex files:
open my $fh,"<:encoding(cp1250)","/my/latex/file.tex" or die $!;
print decode('latex',<$fh>);
See also the manpages for perlio and Encode
Joost.
.
- Follow-Ups:
- Re: East european characters from LaTex to UTF8
- From: Joost Diepenmaat
- Re: East european characters from LaTex to UTF8
- References:
- East european characters from LaTex to UTF8
- From: Francois
- East european characters from LaTex to UTF8
- Prev by Date: Re: Net::SSH::Perl security question
- Next by Date: Re: East european characters from LaTex to UTF8
- Previous by thread: East european characters from LaTex to UTF8
- Next by thread: Re: East european characters from LaTex to UTF8
- Index(es):
Relevant Pages
|