On Tue, 2007-02-20 at 13:31 +0100, [EMAIL PROTECTED] wrote:
> hi,
>
> I've got a few questions about which charset gtk uses.
> i.e. string = entry.get_text() returns a string, and I would like
> to know the charset of the string:
>
> - which charset does "string" use?
> is this locale-dependent
hi,
I've got a few questions about which charset gtk uses.
i.e. string = entry.get_text() returns a string, and I would like
to know the charset of the string:
- which charset does "string" use?
is this locale-dependent?
does it also depend on something else?
- is this the same in C/gtk and