Wrox Programmer Forums
|
C++ Programming General discussions for the C++ language. For questions specific to Microsoft's Visual C++ variant, see the Visual C++ forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C++ Programming section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old September 16th, 2004, 08:11 AM
Registered User
 
Join Date: Sep 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default unicode

hi,

Im my Evc++ project i need to display arrow keys in a edit/label box like for ex : Delete (some left arrow and right arrow symbols) ...

The text that need to be displayed in textbox is stored in file.so
i am able to store those arrow keys in the file .but when i read the file those symbols are read as ? and displayed as for ex Delete (box symbols comes rather than arrow ).

can u plz help in this regard . i am almost fed up , trying for 3 days

i changed project setting link ->_unicode defined and entry symbol also defined , multibytetowidechar fn is also tried but of no use

Regards,
soodamani.R
Reply With Quote
  #2 (permalink)  
Old September 20th, 2004, 09:02 AM
Registered User
 
Join Date: Sep 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hello,

     Writing ur code in to the file is ok. While retriving u r wrongly reading that one (bit wise), thats why the actual text is not retrived. And also check the data types of the variables are same (which are used to read and write in to the file).
Reply With Quote





Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert to unicode msoul Classic ASP Basics 2 January 12th, 2007 10:37 AM
problem in unicode chandanbhakuni Classic ASP Databases 1 September 22nd, 2006 10:22 AM
about UNICODE hara_sap Java GUI 2 May 6th, 2005 03:19 PM
Unicode MHS Team VB How-To 0 January 18th, 2005 12:03 PM
UniCode Faiz Visual C++ 5 December 17th, 2003 10:28 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.