Skip to content
Prev 176335 / 398503 Next

parse_Rd() Version 2 on Japanese Vista 32 (encoding problems)

On 07/04/2009 1:14 AM, Ken-JP wrote:
Declaring the encoding to be a latin1 encoding might be better, e.g.

\encoding{latin1}

but I think you will probably get the grep warnings just because of your 
locale.  perl = TRUE is faster on most systems which is why we used it, 
but we could make that choice dependent on being in a locale where it is 
known to work.  I don't know if we make use of any perl-specific 
regexps, I'll have to check.

Could you please check on explicitly setting your encoding to latin1? 
If that doesn't work I'll look into reducing the use of perl=TRUE.

Duncan Murdoch