From 7e9be00924144950ab6100cb7136e91c6abb403e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 12 Mar 2025 10:13:31 -0700 Subject: working on macos --- src/input/KeymapDarwin.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input/KeymapDarwin.zig') diff --git a/src/input/KeymapDarwin.zig b/src/input/KeymapDarwin.zig index 154f648a6..53c305ab1 100644 --- a/src/input/KeymapDarwin.zig +++ b/src/input/KeymapDarwin.zig @@ -195,7 +195,7 @@ pub fn translate( } else false; // Convert the utf16 to utf8 - const len = try std.unicode.utf16leToUtf8(out, char[0..char_count]); + const len = try std.unicode.utf16LeToUtf8(out, char[0..char_count]); return .{ .text = out[0..len], .composing = composing, -- cgit v1.2.3