This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
"Project Find" -> "Replace All" breaks encoding sometimes #945
Open
Description
From @UdjinM6 on November 21, 2014 1:27
Example:
- clone https://github.com/bitcoin/bitcoin
- cmd + shift + f
- fill
- 8333
- 2222
- *ru.ts
- hit "Replace All" and you'll get not only changes that you expected but also this (I did a cut from "git diff" to illustrate it better)
- <translation>Промежуток от:</translation>
+ <translation>Промежуток ��т:</translation>
- <translation>Не удалось записать информацию файла</translation>
+ <translation>Не удалось записать ин��ормацию файла</translation>
Atom 0.150.0
Mac OS 10.10
Copied from original issue: atom/atom#4268