Re: [AD] Re: UTF-8 in ufile.c? |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2005-09-12, Chris <chris.kcat@xxxxxxxxxx> wrote:
> Updated the patch. According to Wikipedia, using the libc str functions (as is
> done in this file) and doing per-byte character matching is valid on UTF-8
> strings (which was the main thing I was worried about with my last patch,
> that this would somehow break things). Luckilly, it seems it won't. This
> patch lets uconvert use the internal static buffer for converting filename
> stuff where possible.
No, we specifically reserved the static buffer for user programs.
Peter