Re: Microsoft Layer for Unicode on Windows 95/98/Me systems



mayayana <mayaXXyana1a@xxxxxxxxxxxxxxxx> schrieb im Beitrag
<Toqfe.9398$V01.4356@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>...
> If you have Matthew Curland's Advanced Visual
> Basic 6 book, see the "Unicode conversions"
> section starting on page 360. VB *is* unicode.
> It's just converting to ANSI on either end, for
> convenience. But StrPtr(string) is pointing to
> a unicode string.

Real Unicode support includes a bit more than reading and writing wide
character strings. And that's to what the VB Unicode support is limited.
Other Unicode features depend on the OS' implementation of Unicode.

--
----------------------------------------------------------------------
THORSTEN ALBERS Universität Freiburg
albers@
uni-freiburg.de
----------------------------------------------------------------------

.



Relevant Pages

  • Re: outputting Unicode to console
    ... setup console with a proper code page and a Unicode font. ... Therefor every unicode string is first converted to MBCS (with the ... The console in general has full unicode support. ...
    (microsoft.public.win32.programmer.kernel)
  • Re: Microsoft Layer for Unicode on Windows 95/98/Me systems
    ... > If you have Matthew Curland's Advanced Visual ... > Basic 6 book, see the "Unicode conversions" ... VB *is* unicode. ... Prev by Date: ...
    (microsoft.public.vb.winapi)
  • Re: Microsoft Layer for Unicode on Windows 95/98/Me systems
    ... If you have Matthew Curland's Advanced Visual ... Basic 6 book, see the "Unicode conversions" ... It's just converting to ANSI on either end, ...
    (microsoft.public.vb.winapi)
  • Re: Microsoft Layer for Unicode on Windows 95/98/Me systems
    ... Yes,>some<, but no upper case to lower case conversion etc. StrConvis ... and Unicode support is installed on the OS. ... Microsoft Office 97 on the target system that installs Fm20.dll as part of ...
    (microsoft.public.vb.winapi)
  • Re: Writing UTF-8 string to UNICODE file
    ... > I am having no fun at all trying to write utf-8 strings to a unicode file. ... it were a distinct encoding. ... is a byte stream and unicode has nothing to do with bytes. ... If you write a unicode string to something that wants a byte stream, ...
    (comp.lang.python)

Loading