Hex 00 converts to Hex 20

General and specific configuration/INI settings

Hex 00 converts to Hex 20

Postby Brian » Tue May 10, 2005 9:27 am

When I am editing files and then saving Hex 00's are being converted to Hex 20's. Is there a configuration change I can make to stop this from happening? I am using Version 8.10a. I have searced the forums and cannot find any information on this problem. Thanks in advance for any assistance.

Brian
User avatar
Brian
Newbie
 
Posts: 2
Joined: Mon May 09, 2005 11:00 pm

Re: Hex 00 converts to Hex 20

Postby Mofi » Tue May 10, 2005 10:48 am

From Read.me at v8.10:

- INI option to edit in text mode files containing nulls (HEX 00)

So try this setting:

[Settings]
AllowZeros=1

At newer versions of UE, this setting is found in the general configuration dialog at one of the last settings. It's called Allow editing of text files with HEX 00's without converting them to spaces.
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4058
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna

Re: Hex 00 converts to Hex 20

Postby Brian » Tue May 10, 2005 10:54 am

Mofi -

I really appreciate the help! I actually upgraded to V10.20a in June of last year. I just installed that copy and found the setting. Have a great day.

Thanks Again,

Brian
User avatar
Brian
Newbie
 
Posts: 2
Joined: Mon May 09, 2005 11:00 pm

Problem with saving ASCII '00' characters

Postby vert! » Tue Oct 11, 2005 5:50 pm

Hello,

I have a program here that I'm trying to modify.The file contains some hex ascii character '00'.

As soon as I type something in that file, the hex '00' are replaced by hex '20'.

00 00 62 : " b" becomes 20 20 62 : " b"

I looked in the doc and found that it may be related with UNIX file detection and saving in original format... but I didn't succeed in saving the file with proper codes.

I also tried on 2 different UE version (8.20a and 10.00b) and the same behavior is appening on both versions.

Any help would be appreciated!
Thanks!

Martin
User avatar
vert!
Newbie
 
Posts: 1
Joined: Mon Oct 10, 2005 11:00 pm

Re: Problem with saving ASCII '00' characters

Postby Mofi » Wed Oct 12, 2005 5:12 am

In UE v10.00 enable Allow editing of text files with HEX 00's without converting them to space at section Advanced/Problem Solving at the general configuration page. This option is stored in the INI file as:

[Settings]
AllowZeros=1
User avatar
Mofi
Grand Master
Grand Master
 
Posts: 4058
Joined: Thu Jul 29, 2004 11:00 pm
Location: Vienna


Return to Configuration/INI Settings