Re: UTF-8 <-> UTF-16BE Converter in Kernel Needs Test

2006-08-13 Thread R. Imura
hor takes the concept of Microsoft's 16-bit > wchar_t as UTF-16BE (the macro ENCODING_UNICODE in /sys/sys/iconv.h). You can see why it's UTF-16BE via cvs logs. - R. Imura Intron wrote: Yoshihiro Ota wrote: You may try these patches, first. http://people.freebsd.org/~imura/kic

Re: what(1) on kernel binary

2005-07-01 Thread R. Imura
c != '"' && c != '>' && c != '\\' && c != '\n') putchar(c); According to cvs repo, \n is a terminater since 4.4BSD Lite. I don't know before 4.4BSD Lite. I don't know about sccs neither. Regard

Re: what(1) on kernel binary

2005-06-30 Thread R. Imura
fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-omit-frame-pointer -mcmodel=kernel -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Werror vers.c IMHO, the simplest

Fw: [patch] combine mount_udf(8) with kiconv(3)

2003-11-02 Thread R. Imura
Hi, I was adviced to forward here, so that more poeple can see it. It was originally posted to fs@ and [EMAIL PROTECTED] Regards, - Forwarded message from "R. Imura" <[EMAIL PROTECTED]> - Date: Mon, 3 Nov 2003 01:42:18 +0900 From: "R. Imura" <[EMAIL PROTECT