Julien Rioux wrote:

> On 12/01/2013 11:34 AM, Jürgen Spitzmüller wrote:
>> Julien Rioux wrote:
>>> The goal is to translate these strings (using mo database) to the
>>> document language.
>>
>> Then Buffer::B_() is the correct approach.
>>
>> Jürgen
>>
> 
> Thank you, I'll try that.

In case it is not clear already: The various *_() methods accept only ASCII 
input, so they must not be used if the input may come from user supplied 
files. translateIfPossible() should be used in that case. Where do the 
strings you are translating come from?


Georg


Reply via email to