On Mon, 13 May 2002, Tay, William wrote:

> How/what can I use to convert utf8 to utf16 (Windows) ?

Check out

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/unicode_2bj9.asp

  WideChar in Windows is at least UCS-2 if not UTF-16.

 If what you're looking for is a command line tool, you can use
iconv(under Cygwin and native) and  native2ascii (that comes with
JDK).

> Also is there anyway I can input and store utf8 encoded strings in a Window
> system?

  Notepad(perhaps only under Win NT4 or up?), Vim, Yudit, Mozilla-composer,
SC Unipad(?), Wordpad, MS-Word, etc...

  Jungshik Shin

_______________________________________________
I18n mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/i18n

Reply via email to