Bug 19447 - not localized strings in output
Summary: not localized strings in output
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: ALDConvert (show other bugs)
Version: unstable
Hardware: all Linux
: P2 normal
Assignee: Nobody's working on this, feel free to take it
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-02 13:35 MSD by kirill
Modified: 2009-04-02 13:35 MSD (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kirill 2009-04-02 13:35:27 MSD
Не перекодирует в кодировку вывода автогенерируемую строку "Иллюстрация №".
Эта строка всегда влезает в koi8-r.

$ vim '+e ++enc=koi8-r' ALDConvert/html.profile.pylex
260 object  # object enclosure
261 'number format'
262 '''
263 <p align=center><span class="illustration"><a name="ID%s"></a>
264 <img src="%s" alt="%s" border="0"><br>
265 <strong>Иллюстрация %d. </strong>%s</span></p>
266 '''
267 <
268 =@_%(@oid,@opath,@opath,@$,@otitle)
269 >