[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnu-libiconv] Build failure on WinCE
From: |
Bruno Haible |
Subject: |
Re: [bug-gnu-libiconv] Build failure on WinCE |
Date: |
Mon, 23 Nov 2009 02:06:20 +0100 |
User-agent: |
KMail/1.9.9 |
Roumen Petrov wrote:
> To find what is supported in limited wince C runtime just search for
> "wince msdn runtime" - no errno , no setlocale , no signal
Thank you for this pointer. I believe it now.
What I still don't know is whether it makes sense to use GNU libiconv on
machines which run this OS. What's the typical RAM and ROM size for them?
About 4 - 32 megabytes? Recall that a libiconv shared library is 1 MB in
size. If you arrange to communicate only Unicode from and to such a device
(i.e. do the handling of legacy encoding on the server), you should only
need a minimal set of Unicode (UTF-8, UTF-16, UTF-32) converters.
Bruno