moohaad / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

Find in Files - Replace Matches will convert all Unicode characters to '?' #202

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open a file that contains some Unicode characters
2. Go to Search / Find in Files
3. Search for any word that exists in the file, e.g. "blah"
4. Replace all matches with "blahblah"

What is the expected output? What do you see instead?
All the Unicode characters in the file turn into question marks '?'

What version of the product are you using? On what operating system?
Python Scripter 1.9.9.2

Please provide any additional information below.

Original issue reported on code.google.com by sammo2...@gmail.com on 13 Mar 2008 at 12:50

GoogleCodeExporter commented 9 years ago
Fixed in version control.
Find in Files is now fully Unicode enabled. (FileNames, matches, replacements 
etc.)

Original comment by pyscripter on 16 Mar 2008 at 5:44