Re: [hatari-users] Accents in UI |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-users Archives
]
- To: hatari-users@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-users] Accents in UI
- From: Paul Wratt <paul.wratt@xxxxxxxxx>
- Date: Sat, 13 Oct 2012 16:01:30 +1300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=8j+/NG30TCYvaKiz5U09yDSPAQVQVVDx6ZNC3eGpCUw=; b=F/z6jCiJKpAndiy3dDvLqZ7wUBkqXgcMrDuv5TVy5VIXA8chtmmDtoEEntmKtlOOiP SJNVwuo6XEMLt2f29pNxr/G4LQti2Va4CpoW8i+UOQyqRQrsIy3CDz+/65gfgUwI/6HM jt2TSNlr3gtQsfYkaq3b7IifgT+NK28SWX6jStsqhjgBA686ic6CA+FHN5b1i0Ag/Jyt xwOMPCtXIKCsx4lcjrXGDtC/u+gjhh4zpCpUtr4PrYAZgVMsx5MCIt/uS2lkz+QG3sAe lBx6C0JJFQx+FS9wL3o7bObVwGjhZe18LkuVDsvoutWeo1qXz5SQUjZp4loPbS+FSek1 MSOg==
so maybe just extend bitmap to include extra chars, but that probably
is char-encoding (locale) specific too..
so how does Hatari on ARAnyM deal with non us/uk keyboards, or does it
not use SDL for the UI there either
On Sat, Oct 13, 2012 at 5:44 AM, Eero Tamminen <oak@xxxxxxxxxxxxxx> wrote:
> Hi,
>
> On torstai 11 lokakuu 2012, Paul Wratt wrote:
>> wouldn't it be easier to use TTF fonts (with SDL_ttf)
>
> That would add dep to SDL_ttf & freetype.
>
> And on Linux you would need fontconfig to map characters
> to correct glyphs. No idea what one would need on OSX.
>
>
>> If its the Atari like font issue, then there are a couple
>> of TTF one out there
>
> For it to be useful on Windows, it would need to have encoding
> matching the file name encoding, otherwise you need something
> to do the character -> glyph mapping.
>
> Anyway, the problem is SDL GUI specific, which makes it
> also somewhat Windows specific because:
> * On Linux there's the python+gtk UI which doesn't have this
> issue, Gtk already uses standard (typically TTF) fonts in
> the system etc.
> * I assume that OSX UI doesn't have the problem either.
>
> Currently there's no Windows maintainer for Hatari.
>
>
> - Eero
>
>> Paul
>>
>>
>> On Fri, Oct 12, 2012 at 3:58 AM, Vincent Rivière
>>
>> <vincent.riviere@xxxxxxxxxxx> wrote:
>> > On 11/10/2012 16:31, Eero Tamminen wrote:
>> >> The standard C file functions used by Hatari? Or is it only
>> >> the standard WIN32 API file functions that get this translation?
>> >
>> > IMHO, both.
>> > There is never trouble about file names encoding on Windows.
>> >
>> > --
>> > Vincent Rivière
>
>
>