Skip to content

Commit

Permalink
fix: complete missing change of 95a934f
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Jul 27, 2023
1 parent 6cba14f commit 5ae445c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/lua/jiandao/unicode_translator.lua
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ local function translator(input, seg)
if is_win and codepoint == 10 then
ch = "LF"
end
local cand = Candidate("unicode", seg.start, seg._end, utf8.char(codepoint), " Unicode")
local cand = Candidate("unicode", seg.start, seg._end, ch, " Unicode")
-- input_code = string.format("%04s", input_code)
-- string.format not working in Hamster
local num_prefix = 4 - string.len(input_code)
Expand Down

0 comments on commit 5ae445c

Please sign in to comment.