Re: How to change font in poeditor
Vaclav Slavik <[email protected]>
| Newsgroups | gmane.editors.poedit.user |
|---|---|
| Message-ID | <[email protected]> |
Hi, prabu anand wrote: > I really want to recommened to a lot of users for > tamil translation, however win32 version is unusable. > In linux this works great because my default font is > tamil font. Which should give you a hint about where the real problem is :) Seriously, is there no way to change Windows' system-wide font setting to use your font? > Will this "change font " be added in a future version. The trouble is that it brings some non-trivial problems on non-Unicode platforms (like, I assume, yours, because you shouldn't have such problems under Win2k or XP). For example, poEdit uses encoding reported by the OS for both output and _input_ and I really have no idea how would it convert entered text into UTF-8 (which it uses internally) if the encoding reported by OS is not what you use in your Tamil font (I assume the encoding will be misreported because of lack of Tamil l10n of Windows...). > Attached is the translated po file for my language > tamil(ta). I've done this using poedit. Pls. commit > this to cvs... Thanks! > I've some problems ... i copy the mo file generated at > the end to /usr/share/locale/ta/LC_MESSAGES/poedit.mo, > when i start poedit, i'm getting segmentation fault. > Any idea why this is happening. my poedit version is > poedit-semistatic-1.1.10-1mdk The problem here is that wxWindows 2.3.2 (against which the semistatic version is compiled) didn't handle UTF-8 encoding in catalogs. You need to either recompile poEdit against wxWindows 2.3.3 (see http://www.wxwindows.org) or you can convert the catalog to "native" encoding used for Tamil in Unix (sorry, I have no idea which it is, not even _if_ it is something other than UTF-8). HTH, Vaclav From [email protected] Tue Sep 24 12:09:24 2002