ZIm/crates/worktree
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
..
src Add a new load_with_encoding function to handle files with various encodings. 2025-08-26 23:58:03 +05:30
Cargo.toml Add a new load_with_encoding function to handle files with various encodings. 2025-08-26 23:58:03 +05:30
LICENSE-GPL Rename 'project_core' crate to 'worktree', make it just about worktrees (#9189) 2024-03-11 11:35:27 -07:00