Jamie
Guest
Sun Jan 22, 2012 6:20 pm
?
?
?
n=0
Ok, now lets see if that comes back nornal when read.
Jamie
Jamie
Guest
Sun Jan 22, 2012 6:21 pm
Jamie wrote:
Quote:
?
?
?
n=0
Ok, now lets see if that comes back nornal when read.
Jamie
nope, can't get it to display as it should be.
oh well.
Trying to use the extended char set to show real math.
Jamie
Jim Thompson
Guest
Sun Jan 22, 2012 6:22 pm
On Sun, 22 Jan 2012 12:21:27 -0500, Jamie
<jamie_ka1lpa_not_valid_after_ka1lpa__at_charter.net> wrote:
Quote:
Jamie wrote:
?
?
?
n=0
Ok, now lets see if that comes back nornal when read.
Jamie
nope, can't get it to display as it should be.
oh well.
Trying to use the extended char set to show real math.
Jamie
œ ž ° ± ¼ ³ ´ µ ¶ · ¸ ¹ º » ½ ¾ ¿
Works here
...Jim Thompson
--
| James E.Thompson, CTO | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona 85048 Skype: Contacts Only | |
| Voice:(480)460-2350 Fax: Available upon request | Brass Rat |
| E-mail Icon at
http://www.analog-innovations.com | 1962 |
I love to cook with wine. Sometimes I even put it in the food.
Jamie
Guest
Sun Jan 22, 2012 6:56 pm
Jim Thompson wrote:
Quote:
On Sun, 22 Jan 2012 12:21:27 -0500, Jamie
jamie_ka1lpa_not_valid_after_ka1lpa__at_charter.net> wrote:
Jamie wrote:
?
?
?
n=0
Ok, now lets see if that comes back nornal when read.
Jamie
nope, can't get it to display as it should be.
oh well.
Trying to use the extended char set to show real math.
Jamie
œ ž ° ± ¼ ³ ´ µ ¶ · ¸ ¹ º » ½ ¾ ¿
Works here
...Jim Thompson
well it must be my client that is trimming it then, cause I can see yours.
I'll have to research that..
Jamie
Artemus
Guest
Sun Jan 22, 2012 9:38 pm
"Jamie" <jamie_ka1lpa_not_valid_after_ka1lpa__at_charter.net> wrote in message
news:k1YSq.3265$5r2.2375_at_newsfe11.iad...
Quote:
Jim Thompson wrote:
On Sun, 22 Jan 2012 12:21:27 -0500, Jamie
jamie_ka1lpa_not_valid_after_ka1lpa__at_charter.net> wrote:
Jamie wrote:
?
?
?
n=0
Ok, now lets see if that comes back nornal when read.
Jamie
nope, can't get it to display as it should be.
oh well.
Trying to use the extended char set to show real math.
Jamie
œ ž ° ± ¼ ³ ´ µ ¶ · ¸ ¹ º » ½ ¾ ¿
Works here :-)
...Jim Thompson
well it must be my client that is trimming it then, cause I can see yours.
I'll have to research that..
Jamie
Are you entering 4 digits on the numeric keypad?
alt+0181 = º
alt+181 = ¦
Art
Jim Thompson
Guest
Sun Jan 22, 2012 9:45 pm
On Sun, 22 Jan 2012 12:38:05 -0800, "Artemus" <bogus_at_invalid.org>
wrote:
Quote:
"Jamie" <jamie_ka1lpa_not_valid_after_ka1lpa__at_charter.net> wrote in message
news:k1YSq.3265$5r2.2375_at_newsfe11.iad...
Jim Thompson wrote:
On Sun, 22 Jan 2012 12:21:27 -0500, Jamie
jamie_ka1lpa_not_valid_after_ka1lpa__at_charter.net> wrote:
Jamie wrote:
?
?
?
n=0
Ok, now lets see if that comes back nornal when read.
Jamie
nope, can't get it to display as it should be.
oh well.
Trying to use the extended char set to show real math.
Jamie
œ ž ° ± ¼ ³ ´ µ ¶ · ¸ ¹ º » ½ ¾ ¿
Works here :-)
...Jim Thompson
well it must be my client that is trimming it then, cause I can see yours.
I'll have to research that..
Jamie
Are you entering 4 digits on the numeric keypad?
alt+0181 = º
alt+181 = ¦
Art
Good point. Some clients (and text editors) can't cope with
alt+three-digits.
...Jim Thompson
--
| James E.Thompson, CTO | mens |
| Analog Innovations, Inc. | et |
| Analog/Mixed-Signal ASIC's and Discrete Systems | manus |
| Phoenix, Arizona 85048 Skype: Contacts Only | |
| Voice:(480)460-2350 Fax: Available upon request | Brass Rat |
| E-mail Icon at
http://www.analog-innovations.com | 1962 |
I love to cook with wine. Sometimes I even put it in the food.
Guest
Mon Jan 23, 2012 9:19 am
On Sun, 22 Jan 2012 13:45:15 -0700, Jim Thompson
<To-Email-Use-The-Envelope-Icon_at_On-My-Web-Site.com> wrote:
Quote:
Are you entering 4 digits on the numeric keypad?
alt+0181 = º
alt+181 = ¦
Art
Good point. Some clients (and text editors) can't cope with
alt+three-digits.
The three digit version is the PC-DOS/MS-DOS code page format
(typically Code page 437/850),
The four digit format is for Windows code pages (CP-1252).
Jamie
Guest
Tue Jan 24, 2012 1:16 am
upsidedown_at_downunder.com wrote:
Quote:
On Sun, 22 Jan 2012 13:45:15 -0700, Jim Thompson
To-Email-Use-The-Envelope-Icon_at_On-My-Web-Site.com> wrote:
Are you entering 4 digits on the numeric keypad?
alt+0181 = º
alt+181 = ¦
Art
Good point. Some clients (and text editors) can't cope with
alt+three-digits.
The three digit version is the PC-DOS/MS-DOS code page format
(typically Code page 437/850),
The four digit format is for Windows code pages (CP-1252).
it seems that my client changes the char values when I do something
with the file, like save it or send it. If I reload it and view it the
values have been changed however they work.
I found that if I use Terminal as a font, Note pad will not convert
the chars when saving or clipboarding but, my client for some reason
will not let me select TERMINAL as a font. SO, there we go.
But here is the weird thing, I can read any file or post that has
these values, I just can not get my client to stop converting them
before sending..
Jamie