Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Windows XP

Windows XP Discuss the Microsoft Windows XP Operating System

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 09-19-2007, 01:53 AM
Nathan Sokalski
Newsgroup Contributor
 
Posts: n/a
Entering Unicode Characters in Notepad

I am attempting to enter Unicode characters in Notepad. From my
understanding, this is done by using ALT+<DECIMAL CODE ON KEYPAD>. I have
tried this with several codes that I got from the www.unicode.org site, but
it did not show the correct characters (I admit that I did have to convert
from hexadecimal to decimal, but that is not a hard task). For example,
ALT+65532 should show the object replacement character, right? I thought
that was correct, but it did not show that character. Is there something I
am doing wrong? Also, does anybody know of a website that gives a complete
listing of Unicode characters, with their codes in decimal, without
categorizing them into groups (I basically just want a long scrollable list,
or maybe a paged list, but I don't want to have to guess as to what category
a character is in). If anybody can tell me what I am doing wrong in Notepad
and/or where I can get a complete continuous list of Unicode characters, I
would appreciate it. Thanks.
--
Nathan Sokalski
njsokalski********.com
http://www.nathansokalski.com/


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 09-19-2007, 01:53 AM
  #2 (permalink)  
Old 09-19-2007, 01:55 AM
Nightowl
Newsgroup Contributor
 
Posts: n/a
Re: Entering Unicode Characters in Notepad

Hi Nathan

There are several problems here :-) It can depend on your font, your
input method and the program you want to use.

First you need to make sure your selected font includes that character.
Not all of them do. Times New Roman and Arial are two Windows standard
fonts that have it, but Trebuchet, for example, just shows an empty box.

With characters whose decimal code is higher than 255, the Alt+number
method doesn't work in Notepad (some are remapped to lower numbers).
More advanced programs such as Wordpad or Word will accept an Alt-code
(but see note on Wordpad below). Or you can type the hex code, followed
by Alt+X. So in Word 2003 I typed FFFC Alt+X and got your Object
Replacement Character. Note that you must first select an appropriate
font, as mentioned above. Notepad won't do it, but try it in Word,
Wordpad or another "rich text" program.

Another method is to copy the character from Character Map or similar
program to the clipboard and paste it into your document. I like
BabelMap, a free program with many more features:
http://www.babelstone.co.uk/Software/BabelMap.html

But yet another problem is it seems that not all glyphs are created
equal, at least in Windows :-). I experimented with the Object
Replacement Character in Times New Roman. I could type it directly in
Word 2003 using the hex code or the Alt-code, but Wordpad resolutely
showed a blank space. When I copied it from BabelMap to the clipboard
and pasted it, Notepad happily displayed it while Wordpad still refused,
even with "Paste Special". Both programs were set to use Times New
Roman.

In contrast, when I chose a small letter "w" with circumflex, both
Wordpad and Notepad pasted it with no problems. In Wordpad I could also
type it directly with 0175 Alt+X or the decimal equivalent Alt+373.

Sorry if this all sounds terribly confusing, but I hope some of it helps
:-) Oh, P.S.: in both Character Map and BabelMap, if you know the
character you want you can search for it by name, rather than have to
guess which category it's in.


Nathan Sokalski <njsokalski********.com> wrote on Wed, 12 Sep 2007:

>I am attempting to enter Unicode characters in Notepad. From my
>understanding, this is done by using ALT+<DECIMAL CODE ON KEYPAD>. I have
>tried this with several codes that I got from the www.unicode.org site, but
>it did not show the correct characters (I admit that I did have to convert
>from hexadecimal to decimal, but that is not a hard task). For example,
>ALT+65532 should show the object replacement character, right? I thought
>that was correct, but it did not show that character. Is there something I
>am doing wrong? Also, does anybody know of a website that gives a complete
>listing of Unicode characters, with their codes in decimal, without
>categorizing them into groups (I basically just want a long scrollable list,
>or maybe a paged list, but I don't want to have to guess as to what category
>a character is in). If anybody can tell me what I am doing wrong in Notepad
>and/or where I can get a complete continuous list of Unicode characters, I
>would appreciate it. Thanks.


--
Nightowl
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 09-19-2007, 01:55 AM
Nightowl
Newsgroup Contributor
 
Posts: n/a
Re: Entering Unicode Characters in Notepad

Hi Nathan

There are several problems here :-) It can depend on your font, your
input method and the program you want to use.

First you need to make sure your selected font includes that character.
Not all of them do. Times New Roman and Arial are two Windows standard
fonts that have it, but Trebuchet, for example, just shows an empty box.

With characters whose decimal code is higher than 255, the Alt+number
method doesn't work in Notepad (some are remapped to lower numbers).
More advanced programs such as Wordpad or Word will accept an Alt-code
(but see note on Wordpad below). Or you can type the hex code, followed
by Alt+X. So in Word 2003 I typed FFFC Alt+X and got your Object
Replacement Character. Note that you must first select an appropriate
font, as mentioned above. Notepad won't do it, but try it in Word,
Wordpad or another "rich text" program.

Another method is to copy the character from Character Map or similar
program to the clipboard and paste it into your document. I like
BabelMap, a free program with many more features:
http://www.babelstone.co.uk/Software/BabelMap.html

But yet another problem is it seems that not all glyphs are created
equal, at least in Windows :-). I experimented with the Object
Replacement Character in Times New Roman. I could type it directly in
Word 2003 using the hex code or the Alt-code, but Wordpad resolutely
showed a blank space. When I copied it from BabelMap to the clipboard
and pasted it, Notepad happily displayed it while Wordpad still refused,
even with "Paste Special". Both programs were set to use Times New
Roman.

In contrast, when I chose a small letter "w" with circumflex, both
Wordpad and Notepad pasted it with no problems. In Wordpad I could also
type it directly with 0175 Alt+X or the decimal equivalent Alt+373.

Sorry if this all sounds terribly confusing, but I hope some of it helps
:-) Oh, P.S.: in both Character Map and BabelMap, if you know the
character you want you can search for it by name, rather than have to
guess which category it's in.


Nathan Sokalski <njsokalski********.com> wrote on Wed, 12 Sep 2007:

>I am attempting to enter Unicode characters in Notepad. From my
>understanding, this is done by using ALT+<DECIMAL CODE ON KEYPAD>. I have
>tried this with several codes that I got from the www.unicode.org site, but
>it did not show the correct characters (I admit that I did have to convert
>from hexadecimal to decimal, but that is not a hard task). For example,
>ALT+65532 should show the object replacement character, right? I thought
>that was correct, but it did not show that character. Is there something I
>am doing wrong? Also, does anybody know of a website that gives a complete
>listing of Unicode characters, with their codes in decimal, without
>categorizing them into groups (I basically just want a long scrollable list,
>or maybe a paged list, but I don't want to have to guess as to what category
>a character is in). If anybody can tell me what I am doing wrong in Notepad
>and/or where I can get a complete continuous list of Unicode characters, I
>would appreciate it. Thanks.


--
Nightowl
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 09-19-2007, 01:55 AM
Nightowl
Newsgroup Contributor
 
Posts: n/a
Re: Entering Unicode Characters in Notepad

Hi Nathan

There are several problems here :-) It can depend on your font, your
input method and the program you want to use.

First you need to make sure your selected font includes that character.
Not all of them do. Times New Roman and Arial are two Windows standard
fonts that have it, but Trebuchet, for example, just shows an empty box.

With characters whose decimal code is higher than 255, the Alt+number
method doesn't work in Notepad (some are remapped to lower numbers).
More advanced programs such as Wordpad or Word will accept an Alt-code
(but see note on Wordpad below). Or you can type the hex code, followed
by Alt+X. So in Word 2003 I typed FFFC Alt+X and got your Object
Replacement Character. Note that you must first select an appropriate
font, as mentioned above. Notepad won't do it, but try it in Word,
Wordpad or another "rich text" program.

Another method is to copy the character from Character Map or similar
program to the clipboard and paste it into your document. I like
BabelMap, a free program with many more features:
http://www.babelstone.co.uk/Software/BabelMap.html

But yet another problem is it seems that not all glyphs are created
equal, at least in Windows :-). I experimented with the Object
Replacement Character in Times New Roman. I could type it directly in
Word 2003 using the hex code or the Alt-code, but Wordpad resolutely
showed a blank space. When I copied it from BabelMap to the clipboard
and pasted it, Notepad happily displayed it while Wordpad still refused,
even with "Paste Special". Both programs were set to use Times New
Roman.

In contrast, when I chose a small letter "w" with circumflex, both
Wordpad and Notepad pasted it with no problems. In Wordpad I could also
type it directly with 0175 Alt+X or the decimal equivalent Alt+373.

Sorry if this all sounds terribly confusing, but I hope some of it helps
:-) Oh, P.S.: in both Character Map and BabelMap, if you know the
character you want you can search for it by name, rather than have to
guess which category it's in.


Nathan Sokalski <njsokalski********.com> wrote on Wed, 12 Sep 2007:

>I am attempting to enter Unicode characters in Notepad. From my
>understanding, this is done by using ALT+<DECIMAL CODE ON KEYPAD>. I have
>tried this with several codes that I got from the www.unicode.org site, but
>it did not show the correct characters (I admit that I did have to convert
>from hexadecimal to decimal, but that is not a hard task). For example,
>ALT+65532 should show the object replacement character, right? I thought
>that was correct, but it did not show that character. Is there something I
>am doing wrong? Also, does anybody know of a website that gives a complete
>listing of Unicode characters, with their codes in decimal, without
>categorizing them into groups (I basically just want a long scrollable list,
>or maybe a paged list, but I don't want to have to guess as to what category
>a character is in). If anybody can tell me what I am doing wrong in Notepad
>and/or where I can get a complete continuous list of Unicode characters, I
>would appreciate it. Thanks.


--
Nightowl
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 09-19-2007, 01:55 AM
Nightowl
Newsgroup Contributor
 
Posts: n/a
Re: Entering Unicode Characters in Notepad

Hi Nathan

There are several problems here :-) It can depend on your font, your
input method and the program you want to use.

First you need to make sure your selected font includes that character.
Not all of them do. Times New Roman and Arial are two Windows standard
fonts that have it, but Trebuchet, for example, just shows an empty box.

With characters whose decimal code is higher than 255, the Alt+number
method doesn't work in Notepad (some are remapped to lower numbers).
More advanced programs such as Wordpad or Word will accept an Alt-code
(but see note on Wordpad below). Or you can type the hex code, followed
by Alt+X. So in Word 2003 I typed FFFC Alt+X and got your Object
Replacement Character. Note that you must first select an appropriate
font, as mentioned above. Notepad won't do it, but try it in Word,
Wordpad or another "rich text" program.

Another method is to copy the character from Character Map or similar
program to the clipboard and paste it into your document. I like
BabelMap, a free program with many more features:
http://www.babelstone.co.uk/Software/BabelMap.html

But yet another problem is it seems that not all glyphs are created
equal, at least in Windows :-). I experimented with the Object
Replacement Character in Times New Roman. I could type it directly in
Word 2003 using the hex code or the Alt-code, but Wordpad resolutely
showed a blank space. When I copied it from BabelMap to the clipboard
and pasted it, Notepad happily displayed it while Wordpad still refused,
even with "Paste Special". Both programs were set to use Times New
Roman.

In contrast, when I chose a small letter "w" with circumflex, both
Wordpad and Notepad pasted it with no problems. In Wordpad I could also
type it directly with 0175 Alt+X or the decimal equivalent Alt+373.

Sorry if this all sounds terribly confusing, but I hope some of it helps
:-) Oh, P.S.: in both Character Map and BabelMap, if you know the
character you want you can search for it by name, rather than have to
guess which category it's in.


Nathan Sokalski <njsokalski********.com> wrote on Wed, 12 Sep 2007:

>I am attempting to enter Unicode characters in Notepad. From my
>understanding, this is done by using ALT+<DECIMAL CODE ON KEYPAD>. I have
>tried this with several codes that I got from the www.unicode.org site, but
>it did not show the correct characters (I admit that I did have to convert
>from hexadecimal to decimal, but that is not a hard task). For example,
>ALT+65532 should show the object replacement character, right? I thought
>that was correct, but it did not show that character. Is there something I
>am doing wrong? Also, does anybody know of a website that gives a complete
>listing of Unicode characters, with their codes in decimal, without
>categorizing them into groups (I basically just want a long scrollable list,
>or maybe a paged list, but I don't want to have to guess as to what category
>a character is in). If anybody can tell me what I am doing wrong in Notepad
>and/or where I can get a complete continuous list of Unicode characters, I
>would appreciate it. Thanks.


--
Nightowl
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 09-19-2007, 01:59 AM
Luigi M Bianchi
Newsgroup Contributor
 
Posts: n/a
Re: Entering Unicode Characters in Notepad

Nathan,

You may also want to try BabelPad, at the same URL as BabelMap. This is
a full unicode editor, which uses BabelMap.

/luigi


Nightowl <owl@[127.0.0.1]> wrote in news:Bo8N5uGBXA6GFwRh@black.hole:

> Hi Nathan
>
> There are several problems here :-) It can depend on your font, your
> input method and the program you want to use.
>
> First you need to make sure your selected font includes that
> character. Not all of them do. Times New Roman and Arial are two
> Windows standard fonts that have it, but Trebuchet, for example, just
> shows an empty box.
>
> With characters whose decimal code is higher than 255, the Alt+number
> method doesn't work in Notepad (some are remapped to lower numbers).
> More advanced programs such as Wordpad or Word will accept an Alt-code
> (but see note on Wordpad below). Or you can type the hex code,
> followed by Alt+X. So in Word 2003 I typed FFFC Alt+X and got your
> Object Replacement Character. Note that you must first select an
> appropriate font, as mentioned above. Notepad won't do it, but try it
> in Word, Wordpad or another "rich text" program.
>
> Another method is to copy the character from Character Map or similar
> program to the clipboard and paste it into your document. I like
> BabelMap, a free program with many more features:
> http://www.babelstone.co.uk/Software/BabelMap.html
>
> But yet another problem is it seems that not all glyphs are created
> equal, at least in Windows :-). I experimented with the Object
> Replacement Character in Times New Roman. I could type it directly in
> Word 2003 using the hex code or the Alt-code, but Wordpad resolutely
> showed a blank space. When I copied it from BabelMap to the clipboard
> and pasted it, Notepad happily displayed it while Wordpad still
> refused, even with "Paste Special". Both programs were set to use
> Times New Roman.
>
> In contrast, when I chose a small letter "w" with circumflex, both
> Wordpad and Notepad pasted it with no problems. In Wordpad I could
> also type it directly with 0175 Alt+X or the decimal equivalent
> Alt+373.
>
> Sorry if this all sounds terribly confusing, but I hope some of it
> helps
>:-) Oh, P.S.: in both Character Map and BabelMap, if you know the
> character you want you can search for it by name, rather than have to
> guess which category it's in.
>
>
> Nathan Sokalski <njsokalski********.com> wrote on Wed, 12 Sep 2007:
>
>>I am attempting to enter Unicode characters in Notepad. From my
>>understanding, this is done by using ALT+<DECIMAL CODE ON KEYPAD>. I
>>have tried this with several codes that I got from the www.unicode.org
>>site, but it did not show the correct characters (I admit that I did
>>have to convert from hexadecimal to decimal, but that is not a hard
>>task). For example, ALT+65532 should show the object replacement
>>character, right? I thought that was correct, but it did not show that
>>character. Is there something I am doing wrong? Also, does anybody
>>know of a website that gives a complete listing of Unicode characters,
>>with their codes in decimal, without categorizing them into groups (I
>>basically just want a long scrollable list, or maybe a paged list, but
>>I don't want to have to guess as to what category a character is in).
>>If anybody can tell me what I am doing wrong in Notepad and/or where I
>>can get a complete continuous list of Unicode characters, I would
>>appreciate it. Thanks.

>




--
Luigi M Bianchi
Toronto, Ontario, Canada




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 09-19-2007, 01:59 AM
Luigi M Bianchi
Newsgroup Contributor
 
Posts: n/a
Re: Entering Unicode Characters in Notepad

Nathan,

You may also want to try BabelPad, at the same URL as BabelMap. This is
a full unicode editor, which uses BabelMap.

/luigi


Nightowl <owl@[127.0.0.1]> wrote in news:Bo8N5uGBXA6GFwRh@black.hole:

> Hi Nathan
>
> There are several problems here :-) It can depend on your font, your
> input method and the program you want to use.
>
> First you need to make sure your selected font includes that
> character. Not all of them do. Times New Roman and Arial are two
> Windows standard fonts that have it, but Trebuchet, for example, just
> shows an empty box.
>
> With characters whose decimal code is higher than 255, the Alt+number
> method doesn't work in Notepad (some are remapped to lower numbers).
> More advanced programs such as Wordpad or Word will accept an Alt-code
> (but see note on Wordpad below). Or you can type the hex code,
> followed by Alt+X. So in Word 2003 I typed FFFC Alt+X and got your
> Object Replacement Character. Note that you must first select an
> appropriate font, as mentioned above. Notepad won't do it, but try it
> in Word, Wordpad or another "rich text" program.
>
> Another method is to copy the character from Character Map or similar
> program to the clipboard and paste it into your document. I like
> BabelMap, a free program with many more features:
> http://www.babelstone.co.uk/Software/BabelMap.html
>
> But yet another problem is it seems that not all glyphs are created
> equal, at least in Windows :-). I experimented with the Object
> Replacement Character in Times New Roman. I could type it directly in
> Word 2003 using the hex code or the Alt-code, but Wordpad resolutely
> showed a blank space. When I copied it from BabelMap to the clipboard
> and pasted it, Notepad happily displayed it while Wordpad still
> refused, even with "Paste Special". Both programs were set to use
> Times New Roman.
>
> In contrast, when I chose a small letter "w" with circumflex, both
> Wordpad and Notepad pasted it with no problems. In Wordpad I could
> also type it directly with 0175 Alt+X or the decimal equivalent
> Alt+373.
>
> Sorry if this all sounds terribly confusing, but I hope some of it
> helps
>:-) Oh, P.S.: in both Character Map and BabelMap, if you know the
> character you want you can search for it by name, rather than have to
> guess which category it's in.
>
>
> Nathan Sokalski <njsokalski********.com> wrote on Wed, 12 Sep 2007:
>
>>I am attempting to enter Unicode characters in Notepad. From my
>>understanding, this is done by using ALT+<DECIMAL CODE ON KEYPAD>. I
>>have tried this with several codes that I got from the www.unicode.org
>>site, but it did not show the correct characters (I admit that I did
>>have to convert from hexadecimal to decimal, but that is not a hard
>>task). For example, ALT+65532 should show the object replacement
>>character, right? I thought that was correct, but it did not show that
>>character. Is there something I am doing wrong? Also, does anybody
>>know of a website that gives a complete listing of Unicode characters,
>>with their codes in decimal, without categorizing them into groups (I
>>basically just want a long scrollable list, or maybe a paged list, but
>>I don't want to have to guess as to what category a character is in).
>>If anybody can tell me what I am doing wrong in Notepad and/or where I
>>can get a complete continuous list of Unicode characters, I would
>>appreciate it. Thanks.

>




--
Luigi M Bianchi
Toronto, Ontario, Canada




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 09-19-2007, 01:59 AM
Luigi M Bianchi
Newsgroup Contributor
 
Posts: n/a
Re: Entering Unicode Characters in Notepad

Nathan,

You may also want to try BabelPad, at the same URL as BabelMap. This is
a full unicode editor, which uses BabelMap.

/luigi


Nightowl <owl@[127.0.0.1]> wrote in news:Bo8N5uGBXA6GFwRh@black.hole:

> Hi Nathan
>
> There are several problems here :-) It can depend on your font, your
> input method and the program you want to use.
>
> First you need to make sure your selected font includes that
> character. Not all of them do. Times New Roman and Arial are two
> Windows standard fonts that have it, but Trebuchet, for example, just
> shows an empty box.
>
> With characters whose decimal code is higher than 255, the Alt+number
> method doesn't work in Notepad (some are remapped to lower numbers).
> More advanced programs such as Wordpad or Word will accept an Alt-code
> (but see note on Wordpad below). Or you can type the hex code,
> followed by Alt+X. So in Word 2003 I typed FFFC Alt+X and got your
> Object Replacement Character. Note that you must first select an
> appropriate font, as mentioned above. Notepad won't do it, but try it
> in Word, Wordpad or another "rich text" program.
>
> Another method is to copy the character from Character Map or similar
> program to the clipboard and paste it into your document. I like
> BabelMap, a free program with many more features:
> http://www.babelstone.co.uk/Software/BabelMap.html
>
> But yet another problem is it seems that not all glyphs are created
> equal, at least in Windows :-). I experimented with the Object
> Replacement Character in Times New Roman. I could type it directly in
> Word 2003 using the hex code or the Alt-code, but Wordpad resolutely
> showed a blank space. When I copied it from BabelMap to the clipboard
> and pasted it, Notepad happily displayed it while Wordpad still
> refused, even with "Paste Special". Both programs were set to use
> Times New Roman.
>
> In contrast, when I chose a small letter "w" with circumflex, both
> Wordpad and Notepad pasted it with no problems. In Wordpad I could
> also type it directly with 0175 Alt+X or the decimal equivalent
> Alt+373.
>
> Sorry if this all sounds terribly confusing, but I hope some of it
> helps
>:-) Oh, P.S.: in both Character Map and BabelMap, if you know the
> character you want you can search for it by name, rather than have to
> guess which category it's in.
>
>
> Nathan Sokalski <njsokalski********.com> wrote on Wed, 12 Sep 2007:
>
>>I am attempting to enter Unicode characters in Notepad. From my
>>understanding, this is done by using ALT+<DECIMAL CODE ON KEYPAD>. I
>>have tried this with several codes that I got from the www.unicode.org
>>site, but it did not show the correct characters (I admit that I did
>>have to convert from hexadecimal to decimal, but that is not a hard
>>task). For example, ALT+65532 should show the object replacement
>>character, right? I thought that was correct, but it did not show that
>>character. Is there something I am doing wrong? Also, does anybody
>>know of a website that gives a complete listing of Unicode characters,
>>with their codes in decimal, without categorizing them into groups (I
>>basically just want a long scrollable list, or maybe a paged list, but
>>I don't want to have to guess as to what category a character is in).
>>If anybody can tell me what I am doing wrong in Notepad and/or where I
>>can get a complete continuous list of Unicode characters, I would
>>appreciate it. Thanks.

>




--
Luigi M Bianchi
Toronto, Ontario, Canada




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 09-19-2007, 01:59 AM
Luigi M Bianchi
Newsgroup Contributor
 
Posts: n/a
Re: Entering Unicode Characters in Notepad

Nathan,

You may also want to try BabelPad, at the same URL as BabelMap. This is
a full unicode editor, which uses BabelMap.

/luigi


Nightowl <owl@[127.0.0.1]> wrote in news:Bo8N5uGBXA6GFwRh@black.hole:

> Hi Nathan
>
> There are several problems here :-) It can depend on your font, your
> input method and the program you want to use.
>
> First you need to make sure your selected font includes that
> character. Not all of them do. Times New Roman and Arial are two
> Windows standard fonts that have it, but Trebuchet, for example, just
> shows an empty box.
>
> With characters whose decimal code is higher than 255, the Alt+number
> method doesn't work in Notepad (some are remapped to lower numbers).
> More advanced programs such as Wordpad or Word will accept an Alt-code
> (but see note on Wordpad below). Or you can type the hex code,
> followed by Alt+X. So in Word 2003 I typed FFFC Alt+X and got your
> Object Replacement Character. Note that you must first select an
> appropriate font, as mentioned above. Notepad won't do it, but try it
> in Word, Wordpad or another "rich text" program.
>
> Another method is to copy the character from Character Map or similar
> program to the clipboard and paste it into your document. I like
> BabelMap, a free program with many more features:
> http://www.babelstone.co.uk/Software/BabelMap.html
>
> But yet another problem is it seems that not all glyphs are created
> equal, at least in Windows :-). I experimented with the Object
> Replacement Character in Times New Roman. I could type it directly in
> Word 2003 using the hex code or the Alt-code, but Wordpad resolutely
> showed a blank space. When I copied it from BabelMap to the clipboard
> and pasted it, Notepad happily displayed it while Wordpad still
> refused, even with "Paste Special". Both programs were set to use
> Times New Roman.
>
> In contrast, when I chose a small letter "w" with circumflex, both
> Wordpad and Notepad pasted it with no problems. In Wordpad I could
> also type it directly with 0175 Alt+X or the decimal equivalent
> Alt+373.
>
> Sorry if this all sounds terribly confusing, but I hope some of it
> helps
>:-) Oh, P.S.: in both Character Map and BabelMap, if you know the
> character you want you can search for it by name, rather than have to
> guess which category it's in.
>
>
> Nathan Sokalski <njsokalski********.com> wrote on Wed, 12 Sep 2007:
>
>>I am attempting to enter Unicode characters in Notepad. From my
>>understanding, this is done by using ALT+<DECIMAL CODE ON KEYPAD>. I
>>have tried this with several codes that I got from the www.unicode.org
>>site, but it did not show the correct characters (I admit that I did
>>have to convert from hexadecimal to decimal, but that is not a hard
>>task). For example, ALT+65532 should show the object replacement
>>character, right? I thought that was correct, but it did not show that
>>character. Is there something I am doing wrong? Also, does anybody
>>know of a website that gives a complete listing of Unicode characters,
>>with their codes in decimal, without categorizing them into groups (I
>>basically just want a long scrollable list, or maybe a paged list, but
>>I don't want to have to guess as to what category a character is in).
>>If anybody can tell me what I am doing wrong in Notepad and/or where I
>>can get a complete continuous list of Unicode characters, I would
>>appreciate it. Thanks.

>




--
Luigi M Bianchi
Toronto, Ontario, Canada




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #10 (permalink)  
Old 09-19-2007, 01:59 AM
Nathan Sokalski
Newsgroup Contributor
 
Posts: n/a
Re: Entering Unicode Characters in Notepad

Thanks, it definitely explains why I was unable to enter the characters in
Notepad, but was able to copy & paste them (NOTE: you can select a font in
Notepad, you just have to use the same one for the whole document). It's
also interesting to know that even with the same font not all programs
display it the same. Thank you for your help, maybe if we're lucky programs
will start following the standard more completely, and possibly having a
"font" called Unicode (something that is not really a font, but simply
displays the Unicode character, with the keyboard characters mapped to the
correct characters). Thanks again.
--
Nathan Sokalski
njsokalski********.com
http://www.nathansokalski.com/

"Nightowl" <owl@[127.0.0.1]> wrote in message
news:Bo8N5uGBXA6GFwRh@black.hole...
> Hi Nathan
>
> There are several problems here :-) It can depend on your font, your input
> method and the program you want to use.
>
> First you need to make sure your selected font includes that character.
> Not all of them do. Times New Roman and Arial are two Windows standard
> fonts that have it, but Trebuchet, for example, just shows an empty box.
>
> With characters whose decimal code is higher than 255, the Alt+number
> method doesn't work in Notepad (some are remapped to lower numbers). More
> advanced programs such as Wordpad or Word will accept an Alt-code (but see
> note on Wordpad below). Or you can type the hex code, followed by Alt+X.
> So in Word 2003 I typed FFFC Alt+X and got your Object Replacement
> Character. Note that you must first select an appropriate font, as
> mentioned above. Notepad won't do it, but try it in Word, Wordpad or
> another "rich text" program.
>
> Another method is to copy the character from Character Map or similar
> program to the clipboard and paste it into your document. I like BabelMap,
> a free program with many more features:
> http://www.babelstone.co.uk/Software/BabelMap.html
>
> But yet another problem is it seems that not all glyphs are created equal,
> at least in Windows :-). I experimented with the Object Replacement
> Character in Times New Roman. I could type it directly in Word 2003 using
> the hex code or the Alt-code, but Wordpad resolutely showed a blank space.
> When I copied it from BabelMap to the clipboard and pasted it, Notepad
> happily displayed it while Wordpad still refused, even with "Paste
> Special". Both programs were set to use Times New Roman.
>
> In contrast, when I chose a small letter "w" with circumflex, both Wordpad
> and Notepad pasted it with no problems. In Wordpad I could also type it
> directly with 0175 Alt+X or the decimal equivalent Alt+373.
>
> Sorry if this all sounds terribly confusing, but I hope some of it helps
> :-) Oh, P.S.: in both Character Map and BabelMap, if you know the
> character you want you can search for it by name, rather than have to
> guess which category it's in.
>
>
> Nathan Sokalski <njsokalski********.com> wrote on Wed, 12 Sep 2007:
>
>>I am attempting to enter Unicode characters in Notepad. From my
>>understanding, this is done by using ALT+<DECIMAL CODE ON KEYPAD>. I have
>>tried this with several codes that I got from the www.unicode.org site,
>>but
>>it did not show the correct characters (I admit that I did have to convert
>>from hexadecimal to decimal, but that is not a hard task). For example,
>>ALT+65532 should show the object replacement character, right? I thought
>>that was correct, but it did not show that character. Is there something I
>>am doing wrong? Also, does anybody know of a website that gives a complete
>>listing of Unicode characters, with their codes in decimal, without
>>categorizing them into groups (I basically just want a long scrollable
>>list,
>>or maybe a paged list, but I don't want to have to guess as to what
>>category
>>a character is in). If anybody can tell me what I am doing wrong in
>>Notepad
>>and/or where I can get a complete continuous list of Unicode characters, I
>>would appreciate it. Thanks.

>
> --
> Nightowl



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #11 (permalink)  
Old 09-19-2007, 01:59 AM
Nathan Sokalski
Newsgroup Contributor
 
Posts: n/a
Re: Entering Unicode Characters in Notepad

Thanks, it definitely explains why I was unable to enter the characters in
Notepad, but was able to copy & paste them (NOTE: you can select a font in
Notepad, you just have to use the same one for the whole document). It's
also interesting to know that even with the same font not all programs
display it the same. Thank you for your help, maybe if we're lucky programs
will start following the standard more completely, and possibly having a
"font" called Unicode (something that is not really a font, but simply
displays the Unicode character, with the keyboard characters mapped to the
correct characters). Thanks again.
--
Nathan Sokalski
njsokalski********.com
http://www.nathansokalski.com/

"Nightowl" <owl@[127.0.0.1]> wrote in message
news:Bo8N5uGBXA6GFwRh@black.hole...
> Hi Nathan
>
> There are several problems here :-) It can depend on your font, your input
> method and the program you want to use.
>
> First you need to make sure your selected font includes that character.
> Not all of them do. Times New Roman and Arial are two Windows standard
> fonts that have it, but Trebuchet, for example, just shows an empty box.
>
> With characters whose decimal code is higher than 255, the Alt+number
> method doesn't work in Notepad (some are remapped to lower numbers). More
> advanced programs such as Wordpad or Word will accept an Alt-code (but see
> note on Wordpad below). Or you can type the hex code, followed by Alt+X.
> So in Word 2003 I typed FFFC Alt+X and got your Object Replacement
> Character. Note that you must first select an appropriate font, as
> mentioned above. Notepad won't do it, but try it in Word, Wordpad or
> another "rich text" program.
>
> Another method is to copy the character from Character Map or similar
> program to the clipboard and paste it into your document. I like BabelMap,
> a free program with many more features:
> http://www.babelstone.co.uk/Software/BabelMap.html
>
> But yet another problem is it seems that not all glyphs are created equal,
> at least in Windows :-). I experimented with the Object Replacement
> Character in Times New Roman. I could type it directly in Word 2003 using
> the hex code or the Alt-code, but Wordpad resolutely showed a blank space.
> When I copied it from BabelMap to the clipboard and pasted it, Notepad
> happily displayed it while Wordpad still refused, even with "Paste
> Special". Both programs were set to use Times New Roman.
>
> In contrast, when I chose a small letter "w" with circumflex, both Wordpad
> and Notepad pasted it with no problems. In Wordpad I could also type it
> directly with 0175 Alt+X or the decimal equivalent Alt+373.
>
> Sorry if this all sounds terribly confusing, but I hope some of it helps
> :-) Oh, P.S.: in both Character Map and BabelMap, if you know the
> character you want you can search for it by name, rather than have to
> guess which category it's in.
>
>
> Nathan Sokalski <njsokalski********.com> wrote on Wed, 12 Sep 2007:
>
>>I am attempting to enter Unicode characters in Notepad. From my
>>understanding, this is done by using ALT+<DECIMAL CODE ON KEYPAD>. I have
>>tried this with several codes that I got from the www.unicode.org site,
>>but
>>it did not show the correct characters (I admit that I did have to convert
>>from hexadecimal to decimal, but that is not a hard task). For example,
>>ALT+65532 should show the object replacement character, right? I thought
>>that was correct, but it did not show that character. Is there something I
>>am doing wrong? Also, does anybody know of a website that gives a complete
>>listing of Unicode characters, with their codes in decimal, without
>>categorizing them into groups (I basically just want a long scrollable
>>list,
>>or maybe a paged list, but I don't want to have to guess as to what
>>category
>>a character is in). If anybody can tell me what I am doing wrong in
>>Notepad
>>and/or where I can get a complete continuous list of Unicode characters, I
>>would appreciate it. Thanks.

>
> --
> Nightowl



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #12 (permalink)  
Old 09-19-2007, 01:59 AM
Nathan Sokalski
Newsgroup Contributor
 
Posts: n/a
Re: Entering Unicode Characters in Notepad

Thanks, it definitely explains why I was unable to enter the characters in
Notepad, but was able to copy & paste them (NOTE: you can select a font in
Notepad, you just have to use the same one for the whole document). It's
also interesting to know that even with the same font not all programs
display it the same. Thank you for your help, maybe if we're lucky programs
will start following the standard more completely, and possibly having a
"font" called Unicode (something that is not really a font, but simply
displays the Unicode character, with the keyboard characters mapped to the
correct characters). Thanks again.
--
Nathan Sokalski
njsokalski********.com
http://www.nathansokalski.com/

"Nightowl" <owl@[127.0.0.1]> wrote in message
news:Bo8N5uGBXA6GFwRh@black.hole...
> Hi Nathan
>
> There are several problems here :-) It can depend on your font, your input
> method and the program you want to use.
>
> First you need to make sure your selected font includes that character.
> Not all of them do. Times New Roman and Arial are two Windows standard
> fonts that have it, but Trebuchet, for example, just shows an empty box.
>
> With characters whose decimal code is higher than 255, the Alt+number
> method doesn't work in Notepad (some are remapped to lower numbers). More
> advanced programs such as Wordpad or Word will accept an Alt-code (but see
> note on Wordpad below). Or you can type the hex code, followed by Alt+X.
> So in Word 2003 I typed FFFC Alt+X and got your Object Replacement
> Character. Note that you must first select an appropriate font, as
> mentioned above. Notepad won't do it, but try it in Word, Wordpad or
> another "rich text" program.
>
> Another method is to copy the character from Character Map or similar
> program to the clipboard and paste it into your document. I like BabelMap,
> a free program with many more features:
> http://www.babelstone.co.uk/Software/BabelMap.html
>
> But yet another problem is it seems that not all glyphs are created equal,
> at least in Windows :-). I experimented with the Object Replacement
> Character in Times New Roman. I could type it directly in Word 2003 using
> the hex code or the Alt-code, but Wordpad resolutely showed a blank space.
> When I copied it from BabelMap to the clipboard and pasted it, Notepad
> happily displayed it while Wordpad still refused, even with "Paste
> Special". Both programs were set to use Times New Roman.
>
> In contrast, when I chose a small letter "w" with circumflex, both Wordpad
> and Notepad pasted it with no problems. In Wordpad I could also type it
> directly with 0175 Alt+X or the decimal equivalent Alt+373.
>
> Sorry if this all sounds terribly confusing, but I hope some of it helps
> :-) Oh, P.S.: in both Character Map and BabelMap, if you know the
> character you want you can search for it by name, rather than have to
> guess which category it's in.
>
>
> Nathan Sokalski <njsokalski********.com> wrote on Wed, 12 Sep 2007:
>
>>I am attempting to enter Unicode characters in Notepad. From my
>>understanding, this is done by using ALT+<DECIMAL CODE ON KEYPAD>. I have
>>tried this with several codes that I got from the www.unicode.org site,
>>but
>>it did not show the correct characters (I admit that I did have to convert
>>from hexadecimal to decimal, but that is not a hard task). For example,
>>ALT+65532 should show the object replacement character, right? I thought
>>that was correct, but it did not show that character. Is there something I
>>am doing wrong? Also, does anybody know of a website that gives a complete
>>listing of Unicode characters, with their codes in decimal, without
>>categorizing them into groups (I basically just want a long scrollable
>>list,
>>or maybe a paged list, but I don't want to have to guess as to what
>>category
>>a character is in). If anybody can tell me what I am doing wrong in
>>Notepad
>>and/or where I can get a complete continuous list of Unicode characters, I
>>would appreciate it. Thanks.

>
> --
> Nightowl



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #13 (permalink)  
Old 09-19-2007, 01:59 AM
Nathan Sokalski
Newsgroup Contributor
 
Posts: n/a
Re: Entering Unicode Characters in Notepad

Thanks, it definitely explains why I was unable to enter the characters in
Notepad, but was able to copy & paste them (NOTE: you can select a font in
Notepad, you just have to use the same one for the whole document). It's
also interesting to know that even with the same font not all programs
display it the same. Thank you for your help, maybe if we're lucky programs
will start following the standard more completely, and possibly having a
"font" called Unicode (something that is not really a font, but simply
displays the Unicode character, with the keyboard characters mapped to the
correct characters). Thanks again.
--
Nathan Sokalski
njsokalski********.com
http://www.nathansokalski.com/

"Nightowl" <owl@[127.0.0.1]> wrote in message
news:Bo8N5uGBXA6GFwRh@black.hole...
> Hi Nathan
>
> There are several problems here :-) It can depend on your font, your input
> method and the program you want to use.
>
> First you need to make sure your selected font includes that character.
> Not all of them do. Times New Roman and Arial are two Windows standard
> fonts that have it, but Trebuchet, for example, just shows an empty box.
>
> With characters whose decimal code is higher than 255, the Alt+number
> method doesn't work in Notepad (some are remapped to lower numbers). More
> advanced programs such as Wordpad or Word will accept an Alt-code (but see
> note on Wordpad below). Or you can type the hex code, followed by Alt+X.
> So in Word 2003 I typed FFFC Alt+X and got your Object Replacement
> Character. Note that you must first select an appropriate font, as
> mentioned above. Notepad won't do it, but try it in Word, Wordpad or
> another "rich text" program.
>
> Another method is to copy the character from Character Map or similar
> program to the clipboard and paste it into your document. I like BabelMap,
> a free program with many more features:
> http://www.babelstone.co.uk/Software/BabelMap.html
>
> But yet another problem is it seems that not all glyphs are created equal,
> at least in Windows :-). I experimented with the Object Replacement
> Character in Times New Roman. I could type it directly in Word 2003 using
> the hex code or the Alt-code, but Wordpad resolutely showed a blank space.
> When I copied it from BabelMap to the clipboard and pasted it, Notepad
> happily displayed it while Wordpad still refused, even with "Paste
> Special". Both programs were set to use Times New Roman.
>
> In contrast, when I chose a small letter "w" with circumflex, both Wordpad
> and Notepad pasted it with no problems. In Wordpad I could also type it
> directly with 0175 Alt+X or the decimal equivalent Alt+373.
>
> Sorry if this all sounds terribly confusing, but I hope some of it helps
> :-) Oh, P.S.: in both Character Map and BabelMap, if you know the
> character you want you can search for it by name, rather than have to
> guess which category it's in.
>
>
> Nathan Sokalski <njsokalski********.com> wrote on Wed, 12 Sep 2007:
>
>>I am attempting to enter Unicode characters in Notepad. From my
>>understanding, this is done by using ALT+<DECIMAL CODE ON KEYPAD>. I have
>>tried this with several codes that I got from the www.unicode.org site,
>>but
>>it did not show the correct characters (I admit that I did have to convert
>>from hexadecimal to decimal, but that is not a hard task). For example,
>>ALT+65532 should show the object replacement character, right? I thought
>>that was correct, but it did not show that character. Is there something I
>>am doing wrong? Also, does anybody know of a website that gives a complete
>>listing of Unicode characters, with their codes in decimal, without
>>categorizing them into groups (I basically just want a long scrollable
>>list,
>>or maybe a paged list, but I don't want to have to guess as to what
>>category
>>a character is in). If anybody can tell me what I am doing wrong in
>>Notepad
>>and/or where I can get a complete continuous list of Unicode characters, I
>>would appreciate it. Thanks.

>
> --
> Nightowl



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #14 (permalink)  
Old 09-19-2007, 01:59 AM
Nightowl
Newsgroup Contributor
 
Posts: n/a
Re: Entering Unicode Characters in Notepad

Nathan Sokalski <njsokalski********.com> wrote on Wed, 12 Sep 2007:

>Thanks, it definitely explains why I was unable to enter the characters in
>Notepad, but was able to copy & paste them (NOTE: you can select a font in
>Notepad, you just have to use the same one for the whole document). It's
>also interesting to know that even with the same font not all programs
>display it the same. Thank you for your help, maybe if we're lucky programs
>will start following the standard more completely, and possibly having a
>"font" called Unicode (something that is not really a font, but simply
>displays the Unicode character, with the keyboard characters mapped to the
>correct characters). Thanks again.


You're very welcome, Nathan. Hmm. . . I think you'd really need to be a
multi-tentacled creature with a very large desk if you were to have such
a keyboard, since there are thousands of Unicode characters :-) Just
teasing, I know what you mean and it's definitely A Good Thing that
programs are becoming more compliant -- especially from my point of view
as a typesetter.

--
Nightowl
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #15 (permalink)  
Old 09-19-2007, 01:59 AM
Nightowl
Newsgroup Contributor
 
Posts: n/a
Re: Entering Unicode Characters in Notepad

Nathan Sokalski <njsokalski********.com> wrote on Wed, 12 Sep 2007:

>Thanks, it definitely explains why I was unable to enter the characters in
>Notepad, but was able to copy & paste them (NOTE: you can select a font in
>Notepad, you just have to use the same one for the whole document). It's
>also interesting to know that even with the same font not all programs
>display it the same. Thank you for your help, maybe if we're lucky programs
>will start following the standard more completely, and possibly having a
>"font" called Unicode (something that is not really a font, but simply
>displays the Unicode character, with the keyboard characters mapped to the
>correct characters). Thanks again.


You're very welcome, Nathan. Hmm. . . I think you'd really need to be a
multi-tentacled creature with a very large desk if you were to have such
a keyboard, since there are thousands of Unicode characters :-) Just
teasing, I know what you mean and it's definitely A Good Thing that
programs are becoming more compliant -- especially from my point of view
as a typesetter.

--
Nightowl
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Entering Unicode Characters in Notepad Nathan Sokalski Windows XP 0 09-19-2007 01:53 AM
Entering Unicode Characters in Notepad Nathan Sokalski Windows XP 0 09-19-2007 01:53 AM
2 unicode on XP noob Windows XP 3 06-09-2007 04:10 AM
How to pipe unicode output to non-unicode input? Evgeny Zoldin Windows XP 3 04-26-2007 07:45 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 04:56 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0