ID:2889662
 
Resolved
Using "Replace All" on multiple code files caused only the first character of the first file to appear in the output pane (due to incorrectly mixing UTF-8 and Unicode).
BYOND Version:514
Operating System:Windows 11 Home 64-bit
Web Browser:Firefox 117.0
Applies to:Dream Maker
Status: Resolved (515.1615)

This issue has been resolved.
Descriptive Problem Summary:
When running Find/Replace on multiple files, instead of the output window showing a list of all files changed, it shows only the first character of the first file changed.
Numbered Steps to Reproduce Problem:
1. make a file.
2. fill it with anything.
3. Replace all the text while selecting any option that's not "This file"

Expected Results:
(This is assumed, I don't recall using a version of Dream maker where this has worked.)

Replacing foo with bar...
Replaced 1 string in 1 file:
example.dm
Actual Results:
Replacing foo with bar...
Replaced 1 string in 1 file:
e
Does the problem occur:
Every time? Or how often?
Yes.
In other games?
N/A
In other user accounts?
N/A
On other computers?
Untested.

When does the problem NOT occur?
Always occurs
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
I've tested only 515 & 514, though from memory this also happened in 513
Workarounds:
None.
Lummox JR resolved issue with message:
Using "Replace All" on multiple code files caused only the first character of the first file to appear in the output pane (due to incorrectly mixing UTF-8 and Unicode).