ZIm/crates/fs/src
R Aadarsh 0e1f9f689c Add a new load_with_encoding function to handle files with various encodings.
Modified `Buffer::reload` in `buffer.rs` to use this new function, allowing Zed
to open files with any encoding in UTF-8 mode. Files with characters that
are invalid in UTF-8 will have those bytes replaced with the � character.

Add comments and documentation.
2025-08-26 23:58:03 +05:30
..
encodings.rs Add a new load_with_encoding function to handle files with various encodings. 2025-08-26 23:58:03 +05:30
fake_git_repo.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
fs.rs Add a new load_with_encoding function to handle files with various encodings. 2025-08-26 23:58:03 +05:30
fs_watcher.rs Fix clippy::redundant_clone lint violations (#36558) 2025-08-20 12:20:13 +02:00
mac_watcher.rs Auto-fix clippy::collapsible_if violations (#36428) 2025-08-19 13:27:24 +00:00