Re: unicode characters to VB
From: Michael \(michka\) Kaplan [MS] (michkap_at_online.microsoft.com)
Date: 11/17/04
- Next message: kosta: "Re: How to handle stored procedure in VBScript"
- Previous message: Max Kudrenko: "Re: How to handle stored procedure in VBScript"
- In reply to: Borko: "unicode characters to VB"
- Next in thread: Borko: "Re: unicode characters to VB"
- Reply: Borko: "Re: unicode characters to VB"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 17 Nov 2004 09:54:01 -0800
VB does not support Unicode in any version <= 6.0 of any SP.
See Chapter 6 of Internationalization with Visual Basic (available for free
online at http://www.i18nwithvb.com/ ) for more info on the limitations. The
book and the code samples have info on the workarounds (third party
controls, owner draw, etc.).
-- MichKa [MS] NLS Collation/Locale/Keyboard Technical Lead Globalization Infrastructure and Font Technologies Windows International Division This posting is provided "AS IS" with no warranties, and confers no rights. "Borko" <borko@nospam.info> wrote in message news:cnfgst$tag$1@ls219.htnet.hr... > hi > I am having problems getting unicode characters into VB. Using VB6 (sp3) and > Access 2000 > > Characters are displayed correctly in Access, just when I use ADODB (2.7) to > read them in VB i get ? character instead of unicode characters. > > I will display them in TreeView (capable of Unicode) > > Is there any patch, fix or something, I know this thing is going around > newsgroups for a long time just I didn't find any solution for it on the > web. > > Thanks, > B > >
- Next message: kosta: "Re: How to handle stored procedure in VBScript"
- Previous message: Max Kudrenko: "Re: How to handle stored procedure in VBScript"
- In reply to: Borko: "unicode characters to VB"
- Next in thread: Borko: "Re: unicode characters to VB"
- Reply: Borko: "Re: unicode characters to VB"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|