Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. sponsors. rss.
 From: Koen Piller
  Where is Koen Piller?
 Santpoort-Zuid
 Netherlands
 Koen Piller
 To: Tai Nguyen
  Where is Tai Nguyen?
 
 United States
 Tai Nguyen
 Tags
Subject: RE: Unicode (hex) is not supported by Foxpro
Thread ID: 232400 Message ID: 232678 # Views: 25 # Ratings: 0
Version: Visual FoxPro 9 Category: General VFP Topics
Date: Thursday, June 25, 2009 8:57:34 AM         
   


> >
> > sorry,I dont understand correctly your english!
> > As i said in example above the cursor (its a table) stores the ascII characters (from 33 to 255).
> > If you make simply a browse you show one thing
> > If you make browse font "symbol" or
> > browse font "foxfont" you see another things completly different.
> > then for reading as you want these characters you must add mandatory the font.
> >
> >
> >
> > Dont rate please.its only for the pleasure to help.Give me only a feed back.
> > Yousfi Benameur
>
> *******************************************************************
> *******************************************************************
>
> My table looked like this:
>
> -------------------------------------------
> dmi study_number
> -------------------------------------------
>
> ³19 12345
> 18-32 56789
> 319 23456
>
> -------------------------------------------
>
> Pay attention to the dmi column in the table above. DMI column is a character field in a table. The first row is a "superscript 3" character and it concatenances with the "19" characters to make "³19" as a whole. Now look at the 3rd row which is incorrect because that "3" character should be the "superscript 3" character. I don't know why some of the tables we have, store the data correctly and some don't. Even when I copied from the "superscript 3" character from table1 and pasted into table2, a character field in table2 converted that "superscript 3" character to a "3" character. A "superscript 3" character should be a "Greater than or Equal to" sign to show either on the report or GUI. Please let me know if you still confuse. I wish I could post some images on here like you did. Not so sure what software I could use to do that.
>
> ps: I went online to search in hoping to illustrate my point of saying more clear. Take a look at this diagram. Scroll it down until you see a "superscript 3" character at 179 code.
>
> http://cwashington.netreach.net/main/library/ascii_chart.html
>
> Tai Nguyen.


Tai,

Maybe we are not talking about the same thing.
But anyhow I would not advise you to concentate the field dmi with the chr(163) and something else, put the chr(163) in a separate field. ( cGreaterOrLess seems to be a good fielddescription )
chr(163) is shown in Symbolfont the requested sign, in FoxFont however it is shown a completely different character, a '3' superscripted and in other font it shown again something else. In Tahoma e.g. you will see the British Currency sign.
So if you asign your GreaterThanAndEqualTo or LessThanAndEqualTo to a special field, you can always print that field in your Report just see to it the correct Font is applied to that field only. You cannot, at least how I know it, apply 2 different fonts to one and the same field.
There should also be a possibility to leave everything in one field, but than you shall have to chrtran the GreaterThanAndEqualTo to a readable sign in your applied font. I would not advise you to do that.
Regards,
Koen



COMPLETE THREAD
Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/22/2009 8:54:40 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Borislav Borissov @ 6/22/2009 9:08:46 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/22/2009 11:22:18 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Yousfi Benameur @ 6/23/2009 12:32:51 AM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/23/2009 2:44:13 AM
RE: Unicode (hex) is not supported by Foxpro Posted by Yousfi Benameur @ 6/23/2009 11:05:54 AM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/23/2009 5:27:22 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Yousfi Benameur @ 6/23/2009 6:36:33 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/23/2009 8:13:22 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Koen Piller @ 6/23/2009 10:18:05 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/23/2009 11:01:56 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Koen Piller @ 6/24/2009 12:15:29 AM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/24/2009 2:54:07 AM
RE: Unicode (hex) is not supported by Foxpro Posted by Koen Piller @ 6/24/2009 9:46:03 AM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/24/2009 3:07:02 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Anders Altberg @ 6/25/2009 11:46:12 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/26/2009 2:09:35 AM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/24/2009 10:26:44 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Koen Piller @ 6/24/2009 11:32:24 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/25/2009 12:11:55 AM
RE: Unicode (hex) is not supported by Foxpro Posted by Yousfi Benameur @ 6/24/2009 1:50:01 AM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/24/2009 2:42:59 AM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/24/2009 10:27:48 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Yousfi Benameur @ 6/25/2009 2:49:28 AM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/25/2009 4:04:33 AM
RE: Unicode (hex) is not supported by Foxpro Posted by Koen Piller @ 6/25/2009 8:57:34 AM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/25/2009 7:18:21 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Koen Piller @ 6/25/2009 9:19:10 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/25/2009 11:21:49 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Koen Piller @ 6/25/2009 11:43:13 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/26/2009 2:53:26 AM
RE: Unicode (hex) is not supported by Foxpro Posted by Koen Piller @ 6/26/2009 9:46:15 AM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/26/2009 2:58:41 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Koen Piller @ 6/26/2009 4:32:52 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/26/2009 5:25:16 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Koen Piller @ 6/26/2009 10:59:36 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/27/2009 2:02:54 AM
RE: Unicode (hex) is not supported by Foxpro Posted by Koen Piller @ 6/27/2009 7:54:02 AM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/27/2009 10:58:15 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Koen Piller @ 6/28/2009 12:02:57 AM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/28/2009 12:23:12 AM
RE: Unicode (hex) is not supported by Foxpro Posted by Koen Piller @ 6/28/2009 8:47:51 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Tai Nguyen @ 6/28/2009 9:41:20 PM
RE: Unicode (hex) is not supported by Foxpro Posted by Koen Piller @ 6/29/2009 12:03:18 AM