Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Latin capital letter O with grave (Extended ASCII Code)
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MySQL
Miscellaneous
Thread ID:
01325021
Message ID:
01325050
Views:
13
Hi,

on my PC this letter is to be found as CHR(242) and a UPPER(CHR(242)) worked fine.
The reason why it is on different positions might depend on the used codepages?

>Hi,
>
>One more thing, I need to create/set first the password to the mySQL DB, result of ALT + 210 result is not the expected one, but ALT + 149 will do a lower case ò. I need the result in UPPER CASE.
>
>Do you know how to get this letter in upper case?
>
>BTW, here is the below link that categorizing as an extended ascii code...
>
>http://www.ascii-code.com/
>
>Thanks.
>
>>>Hi,
>>>
>>>How to produce from code the above-mentioned title?
>>>The equivalent in HEX and DEC are below but the result is different.
>>>
>>>DEC OCT HEX BIN      Symbol HTML Number HTML Name   Description
>>>210 322 D2  11010010 Ò      Ò      Ò    Latin capital letter O with grave
>>>
>>>
>>>This is a password that needs to setup to MYSQL DB...
>>>
>>>Thanks.
>>
>>
>>CHR(210) should do it.
>>
>>Note, that's actually an ANSI code not an ASCII code. The extended ASCII for that number is a line drawing character. It may also display differently based on which font you are using.
Best Regards
-Tom

Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it.

Oh, and BTW: 010101100100011001010000011110000101001001101111011000110110101101110011
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform