Enrico Forestieri <[EMAIL PROTECTED]> writes:

> Here is a revised patch. I've done some renaming and now don't even
> call anymore the relevant method when a character can be translated
> using the current encoding.

> +int Paragraph::Pimpl::writeScriptChars(odocstream & os,

Looks like the variables below could be const.

> +     string script = to_ascii(ltx.substr(1, brace1 - 1));

> +             char_type next = getChar(i + 1);

> +             int len = b2 - b1 - 1;

JMarc

Reply via email to