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 03-23-2009, 02:16 PM
Pat Willener
Newsgroup Contributor
 
Posts: n/a
Can I open Notepad in Unicode mode?

The situation is the following: I often want to open the source (HTML)
text of an Outlook (2003) message that contains multibyte characters
such as Japanese text. This will open in Notepad, but in default ANSI
mode, and the text appears as "mojibake" garbage characters.

Is there a way to direct Notepad to open in Unicode mode, so that
multibyte characters appear unbroken?

(I was hoping that setting
HKEY_CURRENT_USER\Software\Microsoft\Notepad\lfCha rSet to 1 or 2 would
change that behavior, but it does not.)

I have also asked in the Outlook group if the program that displays
source text could be changed (e.g. to Frontpage), but it seems that
nobody knows how to do that.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 03-23-2009, 02:16 PM
  #2 (permalink)  
Old 03-23-2009, 02:16 PM
Pegasus \(MVP\)
Newsgroup Contributor
 
Posts: n/a
Re: Can I open Notepad in Unicode mode?


"Pat Willener" <nobody@devnull.spamcop.net> wrote in message
news:ec6DoUBkJHA.6124@TK2MSFTNGP02.phx.gbl...
> The situation is the following: I often want to open the source (HTML)
> text of an Outlook (2003) message that contains multibyte characters such
> as Japanese text. This will open in Notepad, but in default ANSI mode, and
> the text appears as "mojibake" garbage characters.
>
> Is there a way to direct Notepad to open in Unicode mode, so that
> multibyte characters appear unbroken?
>
> (I was hoping that setting
> HKEY_CURRENT_USER\Software\Microsoft\Notepad\lfCha rSet to 1 or 2 would
> change that behavior, but it does not.)
>
> I have also asked in the Outlook group if the program that displays source
> text could be changed (e.g. to Frontpage), but it seems that nobody knows
> how to do that.


If your file was saved in Unicode format and if its first two bytes are FF
FE then notepad.exe will automatically open in Unicode mode. What are the
first two bytes in your file?
1390:0100 FF FE 54 00 68 00 65 00-20 00 71 00 75 00 69 00 ..T.h.e.
..q.u.i.
1390:0110 63 00 6B 00 20 00 62 00-72 00 6F 00 77 00 6E 00 c.k.
..b.r.o.w.n.
1390:0120 20 00 66 00 6F 00 78 00-69 6E 20 34 33 2F 35 30 .f.o.x.in
43/50


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

  #3 (permalink)  
Old 03-23-2009, 02:17 PM
dadiOH
Newsgroup Contributor
 
Posts: n/a
Re: Can I open Notepad in Unicode mode?

Pat Willener wrote:

> I have also asked in the Outlook group if the program that displays
> source text could be changed (e.g. to Frontpage), but it seems that
> nobody knows how to do that.


1. You could change the extension on the email or copy there of to HTM and
set Frontpage or whatever as default for that extension. Of course, setting
Frontpage as the default for that extension would be a nuisance when using
other HTM documents so...

2. You could create a new extension, set it to use Frontpage and change your
email to *that* extension or...

3. Just use "open with"

--

dadiOH
____________________________

dadiOH's dandies v3.06...
....a help file of info about MP3s, recording from
LP/cassette and tips & tricks on this and that.
Get it at http://mysite.verizon.net/xico



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

  #4 (permalink)  
Old 03-23-2009, 02:33 PM
Pat Willener
Newsgroup Contributor
 
Posts: n/a
Re: Can I open Notepad in Unicode mode?

Pegasus (MVP) wrote:
> "Pat Willener" <nobody@devnull.spamcop.net> wrote in message
> news:ec6DoUBkJHA.6124@TK2MSFTNGP02.phx.gbl...
>> The situation is the following: I often want to open the source (HTML)
>> text of an Outlook (2003) message that contains multibyte characters such
>> as Japanese text. This will open in Notepad, but in default ANSI mode, and
>> the text appears as "mojibake" garbage characters.
>>
>> Is there a way to direct Notepad to open in Unicode mode, so that
>> multibyte characters appear unbroken?
>>
>> (I was hoping that setting
>> HKEY_CURRENT_USER\Software\Microsoft\Notepad\lfCha rSet to 1 or 2 would
>> change that behavior, but it does not.)
>>
>> I have also asked in the Outlook group if the program that displays source
>> text could be changed (e.g. to Frontpage), but it seems that nobody knows
>> how to do that.

>
> If your file was saved in Unicode format and if its first two bytes are FF
> FE then notepad.exe will automatically open in Unicode mode. What are the
> first two bytes in your file?
> 1390:0100 FF FE 54 00 68 00 65 00-20 00 71 00 75 00 69 00 ..T.h.e.
> .q.u.i.
> 1390:0110 63 00 6B 00 20 00 62 00-72 00 6F 00 77 00 6E 00 c.k.
> .b.r.o.w.n.
> 1390:0120 20 00 66 00 6F 00 78 00-69 6E 20 34 33 2F 35 30 .f.o.x.in
> 43/50


The "file" unfortunately is not a file, but the body text of the HTML
Outlook message, which usually starts with '<!DOCTYPE ...'.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 03-23-2009, 02:33 PM
Pat Willener
Newsgroup Contributor
 
Posts: n/a
Re: Can I open Notepad in Unicode mode?

dadiOH wrote:
> Pat Willener wrote:
>
>> I have also asked in the Outlook group if the program that displays
>> source text could be changed (e.g. to Frontpage), but it seems that
>> nobody knows how to do that.

>
> 1. You could change the extension on the email or copy there of to HTM and
> set Frontpage or whatever as default for that extension. Of course, setting
> Frontpage as the default for that extension would be a nuisance when using
> other HTM documents so...
>
> 2. You could create a new extension, set it to use Frontpage and change your
> email to *that* extension or...
>
> 3. Just use "open with"


Thank you for your suggestion. A bit complicated, and does not work with
Frontpage, but it *does* work with Word, when I specify the correct
encoding to open it with.

I do not need this very often, so your suggestion will do nicely.
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
NOTEPAD and unicode William Windows XP 1 10-18-2007 05:00 AM
Entering Unicode Characters in Notepad Nathan Sokalski Windows XP 16 09-19-2007 01:59 AM
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
How to setup Notepad in fullscreen mode open Adi Windows XP 7 03-25-2007 08: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 02:19 PM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0