Angus Leeming wrote:

> Does this not work:
> 
>  template<>
>  docstring convert<docstring>(unsigned int ui)
>  {  
> -       return lyx::from_ascii(lexical_cast<string>(ui));
> +       return lexical_cast<docstring>(ui);
>  }
> 
> ?

I did not try. I simply copied from the other specializations. It should
work in theory, but in practice we will probably hit the same locale
problems as in bformat.


Georg

Reply via email to